Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2.h104 xfs_dir_get_ops(struct xfs_mount *mp, struct xfs_inode *dp);
Dxfs_dir2_data.c63 ops = xfs_dir_get_ops(mp, dp); in __xfs_dir3_data_check()
70 ops != xfs_dir_get_ops(mp, NULL)) in __xfs_dir3_data_check()
Dxfs_dir2.c108 mp->m_dir_inode_ops = xfs_dir_get_ops(mp, NULL); in xfs_da_mount()
Dxfs_da_format.c861 xfs_dir_get_ops( in xfs_dir_get_ops() function
Dxfs_dir2_sf.c640 dops = xfs_dir_get_ops(mp, NULL); in xfs_dir2_sf_verify()
Dxfs_dir2_leaf.c96 ops = xfs_dir_get_ops(mp, dp); in xfs_dir3_leaf_check_int()
Dxfs_da_btree.c151 ops = xfs_dir_get_ops(mp, NULL); in xfs_da3_node_verify()