Searched refs:xfs_dinode_get_core (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/fs/xfs/ |
D | xfs.c | 71 core = xfs_dinode_get_core(fs, inode->ino); in xfs_readdir() 109 core = xfs_dinode_get_core(fs, inode->ino); in xfs_next_extent() 220 core = xfs_dinode_get_core(fs, parent->ino); in xfs_iget() 264 core = xfs_dinode_get_core(fs, inode->ino); in xfs_readlink() 306 core = xfs_dinode_get_core(fs, XFS_INFO(fs)->rootino); in xfs_iget_root()
|
D | xfs_dinode.h | 21 xfs_dinode_t *xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino);
|
D | xfs_dinode.c | 30 xfs_dinode_t *xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino) in xfs_dinode_get_core() function
|
D | xfs_dir2.c | 216 ncore = xfs_dinode_get_core(fs, ino); in xfs_dir2_local_find_entry() 314 ncore = xfs_dinode_get_core(fs, ino); in xfs_dir2_block_find_entry() 457 ncore = xfs_dinode_get_core(parent->fs, ino); in xfs_dir2_leaf_find_entry() 761 ncore = xfs_dinode_get_core(parent->fs, ino); in xfs_dir2_node_find_entry()
|
D | xfs_readdir.c | 45 core = xfs_dinode_get_core(fs, ino); in fill_dirent()
|