Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_mount.h117 const struct xfs_dir_ops *m_nondir_inode_ops; /* !dir inode ops */ member
Dxfs_iops.c1261 ip->d_ops = ip->i_mount->m_nondir_inode_ops; in xfs_setup_inode()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_format.c903 if (mp->m_nondir_inode_ops) in xfs_nondir_get_ops()
904 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()