OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext4_xattr_header
(Results
1 - 4
of
4
) sorted by null
/system/extras/ext4_utils/
xattr.h
9
struct
ext4_xattr_header
{
struct
allocate.h
72
struct
ext4_xattr_header
*get_xattr_block_for_inode(struct ext4_inode *inode);
allocate.c
27
struct
ext4_xattr_header
*header;
47
static struct
ext4_xattr_header
*xattr_list_find(struct ext4_inode *inode)
57
static void xattr_list_insert(struct ext4_inode *inode, struct
ext4_xattr_header
*header)
673
struct
ext4_xattr_header
*get_xattr_block_for_inode(struct ext4_inode *inode)
675
struct
ext4_xattr_header
*block = xattr_list_find(inode);
contents.c
341
static void ext4_xattr_hash_entry(struct
ext4_xattr_header
*header,
431
struct
ext4_xattr_header
*header = get_xattr_block_for_inode(inode);
Completed in 215 milliseconds