Lines Matching refs:i_mount
107 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir3_leaf1_check()
116 return xfs_dir3_leaf_check_int(dp->i_mount, &leafhdr, leaf, false); in xfs_dir3_leaf1_check()
129 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, dp->i_mount, in xfs_dir3_leaf_check()
358 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf()
430 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr); in xfs_dir2_block_to_leaf()
435 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir2_block_to_leaf()
438 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_block_to_leaf()
470 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog); in xfs_dir2_block_to_leaf()
662 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf); in xfs_dir2_leaf_addname()
665 length = xfs_dir2_data_entsize(dp->i_mount, args->namelen); in xfs_dir2_leaf_addname()
828 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr); in xfs_dir2_leaf_addname()
844 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr); in xfs_dir2_leaf_addname()
870 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_addname()
871 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_leaf_addname()
877 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog); in xfs_dir2_leaf_addname()
907 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leaf_addname()
959 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, leafhdr); in xfs_dir3_leaf_compact()
1200 args->filetype = xfs_dir2_data_get_ftype(dp->i_mount, dep); in xfs_dir2_leaf_lookup()
1238 mp = dp->i_mount; in xfs_dir2_leaf_lookup_int()
1381 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr); in xfs_dir2_leaf_removename()
1403 xfs_dir2_data_entsize(dp->i_mount, dep->namelen), &needlog, in xfs_dir2_leaf_removename()
1409 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr); in xfs_dir2_leaf_removename()
1420 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog); in xfs_dir2_leaf_removename()
1531 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype); in xfs_dir2_leaf_replace()
1557 xfs_dir2_leaf_hdr_from_disk(args->dp->i_mount, &leafhdr, lbp->b_addr); in xfs_dir2_leaf_search_hash()
1625 xfs_dir2_data_bestfree_p(dp->i_mount, hdr); in xfs_dir2_leaf_trim_data()