Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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) - \
H A Dxattr.c392 struct f2fs_xattr_header *header; in read_all_xattrs()
H A Dsuper.c1233 min_size = sizeof(struct f2fs_xattr_header) / sizeof(__le32); in parse_options()