Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dxattr.h86 #define MIN_INLINE_XATTR_SIZE (sizeof(struct f2fs_xattr_header) / sizeof(__le32)) macro
H A Dsuper.c1350 min_size = MIN_INLINE_XATTR_SIZE; in parse_options()