Searched refs:MIN_INLINE_XATTR_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/f2fs/ | ||
D | xattr.h | 86 #define MIN_INLINE_XATTR_SIZE (sizeof(struct f2fs_xattr_header) / sizeof(__le32)) macro |
D | super.c | 1399 min_size = MIN_INLINE_XATTR_SIZE; in parse_options() |