Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dxattr.h9 struct ext4_xattr_header { struct
Dallocate.h48 struct ext4_xattr_header *get_xattr_block_for_inode(struct ext4_inode *inode);
Dallocate.c52 struct ext4_xattr_header *header;
72 static struct ext4_xattr_header *xattr_list_find(struct ext4_inode *inode) in xattr_list_find()
82 static void xattr_list_insert(struct ext4_inode *inode, struct ext4_xattr_header *header) in xattr_list_insert()
669 struct ext4_xattr_header *get_xattr_block_for_inode(struct ext4_inode *inode) in get_xattr_block_for_inode()
671 struct ext4_xattr_header *block = xattr_list_find(inode); in get_xattr_block_for_inode()
Dcontents.c341 static void ext4_xattr_hash_entry(struct ext4_xattr_header *header, in ext4_xattr_hash_entry()
431 struct ext4_xattr_header *header = get_xattr_block_for_inode(inode); in xattr_addto_block()