Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.c886 if (mp->m_nondir_inode_ops) in xfs_nondir_get_ops()
887 return mp->m_nondir_inode_ops; in xfs_nondir_get_ops()
Dxfs_dir2.c113 mp->m_nondir_inode_ops = xfs_nondir_get_ops(mp, NULL); in xfs_da_mount()
/Linux-v4.19/fs/xfs/
Dxfs_mount.h148 const struct xfs_dir_ops *m_nondir_inode_ops; /* !dir inode ops */ member
Dxfs_iops.c1287 ip->d_ops = ip->i_mount->m_nondir_inode_ops; in xfs_setup_inode()