Lines Matching refs:i_mount

68 	xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
77 return xfs_dir3_leaf_check_int(dp->i_mount, &leafhdr, leaf, false);
90 xfs_corruption_error(__func__, XFS_ERRLEVEL_LOW, dp->i_mount,
330 struct xfs_mount *mp = dp->i_mount;
446 xfs_dir2_free_hdr_from_disk(dp->i_mount, &freehdr, fbp->b_addr);
474 xfs_dir2_free_hdr_to_disk(dp->i_mount, fbp->b_addr, &freehdr);
518 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
576 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr);
592 xfs_dir2_free_hdr_from_disk(dp->i_mount, &hdr, bp->b_addr);
594 ASSERT((hdr.firstdb % dp->i_mount->m_dir_geo->free_max_bests) == 0);
614 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, bp->b_addr);
658 mp = dp->i_mount;
809 mp = dp->i_mount;
1050 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1);
1051 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2);
1103 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr1, leaf1);
1104 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf2);
1152 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf1, &hdr1);
1153 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf2, &hdr2);
1182 xfs_alert(dp->i_mount,
1202 xfs_dir2_free_hdr_from_disk(dp->i_mount, &freehdr, free);
1236 xfs_dir2_free_hdr_to_disk(dp->i_mount, free, &freehdr);
1299 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
1319 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, leaf, &leafhdr);
1332 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr);
1336 xfs_dir2_data_entsize(dp->i_mount, dep->namelen), &needlog,
1343 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog);
1372 xfs_dir2_free_hdr_from_disk(dp->i_mount, &freehdr, free);
1519 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &leafhdr, leaf);
1582 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &hdr2, leaf);
1645 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &savehdr, save_leaf);
1646 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &drophdr, drop_leaf);
1674 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, save_leaf, &savehdr);
1675 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, drop_leaf, &drophdr);
1699 struct xfs_mount *mp = dp->i_mount;
1830 xfs_dir2_free_hdr_from_disk(dp->i_mount, hdr, fbp->b_addr);
1878 xfs_dir2_free_hdr_from_disk(dp->i_mount, hdr, fbp->b_addr);
1929 length = xfs_dir2_data_entsize(dp->i_mount, args->namelen);
1964 bf = xfs_dir2_data_bestfree_p(dp->i_mount, hdr);
1985 xfs_dir2_data_put_ftype(dp->i_mount, dep, args->filetype);
1986 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep);
1992 xfs_dir2_data_freescan(dp->i_mount, hdr, &needlog);
2319 xfs_dir2_free_hdr_from_disk(dp->i_mount, &freehdr, free);