Home
last modified time | relevance | path

Searched refs:XATTR_ALIGN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dxattr.h60 #define XATTR_ALIGN(size) (((size) + XATTR_ROUND) & ~XATTR_ROUND) macro
62 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \
79 #define MIN_OFFSET(i) XATTR_ALIGN(inline_xattr_size(i) + \
H A Dxattr.c695 newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size); in __f2fs_setxattr()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dxattr.h60 #define XATTR_ALIGN(size) (((size) + XATTR_ROUND) & ~XATTR_ROUND) macro
62 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \
79 #define MIN_OFFSET(i) XATTR_ALIGN(inline_xattr_size(i) + \
H A Dxattr.c711 newsize = XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + len + size); in __f2fs_setxattr()

Completed in 4 milliseconds