Home
last modified time | relevance | path

Searched refs:xfs_dinode_get_core (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/fs/xfs/
Dxfs.c71 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()
Dxfs_dinode.h21 xfs_dinode_t *xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino);
Dxfs_dinode.c30 xfs_dinode_t *xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino) in xfs_dinode_get_core() function
Dxfs_dir2.c216 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()
Dxfs_readdir.c45 core = xfs_dinode_get_core(fs, ino); in fill_dirent()