Home
last modified time | relevance | path

Searched refs:xfs_nfs_get_inode (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_export.c106 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()
Dxfs_export.h60 struct inode *xfs_nfs_get_inode(struct super_block *sb, u64 ino, u32 gen);
Dxfs_handle.c197 inode = xfs_nfs_get_inode(mp->m_super, handle->ha_fid.fid_ino, in xfs_khandle_to_inode()