Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dxattr.h42 struct f2fs_xattr_header { struct
55 #define XATTR_HDR(ptr) ((struct f2fs_xattr_header *)(ptr)) argument
83 sizeof(struct f2fs_xattr_header) - \
86 #define MIN_INLINE_XATTR_SIZE (sizeof(struct f2fs_xattr_header) / sizeof(__le32))
H A Dxattr.c391 struct f2fs_xattr_header *header; in read_all_xattrs()