Home
last modified time | relevance | path

Searched refs:ext4_xattr_header (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
Dxattr.h9 struct ext4_xattr_header { struct
Dallocate.c64 struct ext4_xattr_header *header;
82 static struct ext4_xattr_header *xattr_list_find(struct ext4_inode *inode) in xattr_list_find()
92 static void xattr_list_insert(struct ext4_inode *inode, struct ext4_xattr_header *header) in xattr_list_insert()
668 struct ext4_xattr_header *get_xattr_block_for_inode(struct ext4_inode *inode) in get_xattr_block_for_inode()
670 struct ext4_xattr_header *block = xattr_list_find(inode); in get_xattr_block_for_inode()
Dallocate.h33 struct ext4_xattr_header *get_xattr_block_for_inode(struct ext4_inode *inode);
Dcontents.c328 static void ext4_xattr_hash_entry(struct ext4_xattr_header *header, in ext4_xattr_hash_entry()
418 struct ext4_xattr_header *header = get_xattr_block_for_inode(inode); in xattr_addto_block()