Home
last modified time | relevance | path

Searched refs:m_nondir_inode_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_da_format.c883 if (mp->m_nondir_inode_ops) in xfs_nondir_get_ops()
884 return mp->m_nondir_inode_ops; in xfs_nondir_get_ops()
Dxfs_dir2.c109 mp->m_nondir_inode_ops = xfs_nondir_get_ops(mp, NULL); in xfs_da_mount()
/Linux-v5.4/fs/xfs/
Dxfs_mount.h164 const struct xfs_dir_ops *m_nondir_inode_ops; /* !dir inode ops */ member
Dxfs_iops.c1295 ip->d_ops = ip->i_mount->m_nondir_inode_ops; in xfs_setup_inode()