Searched refs:XATTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
121 #define XATTR_ALIGN(size) ((size + XATTR_ROUND) & ~XATTR_ROUND) macro123 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \131 #define MIN_OFFSET XATTR_ALIGN(PAGE_SIZE - \
188 newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size); in f2fs_setxattr()