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.c559 if (EALIST_SIZE(ea_buf->xattr) != ea_size) { in ea_get()
560 int size = min_t(int, EALIST_SIZE(ea_buf->xattr), ea_size); in ea_get()