Home
last modified time | relevance | path

Searched refs:xfs_dir_get_ops (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dir2.h104 xfs_dir_get_ops(struct xfs_mount *mp, struct xfs_inode *dp);
Dxfs_dir2_data.c67 ops = xfs_dir_get_ops(mp, dp); in __xfs_dir3_data_check()
74 ops != xfs_dir_get_ops(mp, NULL)) in __xfs_dir3_data_check()
Dxfs_dir2.c112 mp->m_dir_inode_ops = xfs_dir_get_ops(mp, NULL); in xfs_da_mount()
Dxfs_da_format.c864 xfs_dir_get_ops( in xfs_dir_get_ops() function
Dxfs_dir2_sf.c643 dops = xfs_dir_get_ops(mp, NULL); in xfs_dir2_sf_verify()
Dxfs_dir2_leaf.c99 ops = xfs_dir_get_ops(mp, dp); in xfs_dir3_leaf_check_int()
Dxfs_da_btree.c128 ops = xfs_dir_get_ops(mp, NULL); in xfs_da3_node_verify()