Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dxattr.h61 #define XATTR_ALIGN(size) ((size + XATTR_ROUND) & ~XATTR_ROUND) macro
63 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \
76 #define MIN_OFFSET(i) XATTR_ALIGN(inline_xattr_size(i) + PAGE_SIZE - \
Dxattr.c527 newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size); in __f2fs_setxattr()