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