Home
last modified time | relevance | path

Searched refs:EALIST_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jfs/
H A Djfs_xattr.h40 #define EALIST_SIZE(ealist) le32_to_cpu((ealist)->size) macro
42 ((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist)))
H A Dxattr.c561 if (EALIST_SIZE(ea_buf->xattr) != ea_size) { in ea_get()
562 int size = clamp_t(int, ea_size, 0, EALIST_SIZE(ea_buf->xattr)); in ea_get()