Lines Matching refs:mp

83 	struct xfs_mount	*mp,  in xfs_dir3_leaf_check_int()  argument
94 struct xfs_da_geometry *geo = mp->m_dir_geo; in xfs_dir3_leaf_check_int()
100 ops = xfs_dir_get_ops(mp, dp); in xfs_dir3_leaf_check_int()
149 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_leaf_verify() local
154 if (xfs_sb_version_hascrc(&mp->m_sb)) { in xfs_dir3_leaf_verify()
163 if (!uuid_equal(&leaf3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_leaf_verify()
172 return xfs_dir3_leaf_check_int(mp, NULL, NULL, leaf); in xfs_dir3_leaf_verify()
180 struct xfs_mount *mp = bp->b_target->bt_mount; in __read_verify() local
182 if (xfs_sb_version_hascrc(&mp->m_sb) && in __read_verify()
197 struct xfs_mount *mp = bp->b_target->bt_mount; in __write_verify() local
207 if (!xfs_sb_version_hascrc(&mp->m_sb)) in __write_verify()
293 struct xfs_mount *mp, in xfs_dir3_leaf_init() argument
303 if (xfs_sb_version_hascrc(&mp->m_sb)) { in xfs_dir3_leaf_init()
313 uuid_copy(&leaf3->info.uuid, &mp->m_sb.sb_uuid); in xfs_dir3_leaf_init()
326 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init()
345 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf() local
358 xfs_dir3_leaf_init(mp, tp, bp, dp->i_ino, magic); in xfs_dir3_leaf_get_buf()
1220 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leaf_lookup_int() local
1230 mp = dp->i_mount; in xfs_dir2_leaf_lookup_int()
1290 cmp = mp->m_dirnameops->compname(args, dep->name, dep->namelen); in xfs_dir2_leaf_lookup_int()
1685 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_node_to_leaf() local
1701 mp = state->mp; in xfs_dir2_node_to_leaf()
1735 if (XFS_FSB_TO_B(mp, fo) > XFS_DIR2_LEAF_OFFSET + args->geo->blksize) in xfs_dir2_node_to_leaf()