OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_xattr_block_for_inode
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/ext4_utils/src/
allocate.h
33
struct ext4_xattr_header *
get_xattr_block_for_inode
(struct ext4_inode *inode);
contents.c
418
struct ext4_xattr_header *header =
get_xattr_block_for_inode
(inode);
allocate.c
668
struct ext4_xattr_header *
get_xattr_block_for_inode
(struct ext4_inode *inode)
function
/system/extras/ext4_utils/
allocate.h
48
struct ext4_xattr_header *
get_xattr_block_for_inode
(struct ext4_inode *inode);
contents.c
430
struct ext4_xattr_header *header =
get_xattr_block_for_inode
(inode);
allocate.c
669
struct ext4_xattr_header *
get_xattr_block_for_inode
(struct ext4_inode *inode)
function
Completed in 176 milliseconds