Searched refs:xfs_nfs_get_inode (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_export.c | 106 xfs_nfs_get_inode( in xfs_nfs_get_inode() function 184 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry() 188 inode = xfs_nfs_get_inode(sb, fid64->ino, fid64->gen); in xfs_fs_fh_to_dentry() 207 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino, in xfs_fs_fh_to_parent() 211 inode = xfs_nfs_get_inode(sb, fid64->parent_ino, in xfs_fs_fh_to_parent()
|
D | xfs_export.h | 60 struct inode *xfs_nfs_get_inode(struct super_block *sb, u64 ino, u32 gen);
|
D | xfs_handle.c | 197 inode = xfs_nfs_get_inode(mp->m_super, handle->ha_fid.fid_ino, in xfs_khandle_to_inode()
|