Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dxattr.h24 struct f2fs_xattr_header { struct
113 #define XATTR_HDR(ptr) ((struct f2fs_xattr_header *)(ptr))
135 sizeof(struct f2fs_xattr_header) - \
Dxattr.c22 struct f2fs_xattr_header *header; in read_all_xattrs()