Lines Matching refs:mp
84 struct xfs_mount *mp, in xfs_dir3_leaf_check_int() argument
95 struct xfs_da_geometry *geo = mp->m_dir_geo; in xfs_dir3_leaf_check_int()
101 ops = xfs_dir_get_ops(mp, dp); in xfs_dir3_leaf_check_int()
150 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_dir3_leaf_verify() local
155 if (xfs_sb_version_hascrc(&mp->m_sb)) { in xfs_dir3_leaf_verify()
164 if (!uuid_equal(&leaf3->info.uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_leaf_verify()
168 if (!xfs_log_check_lsn(mp, be64_to_cpu(leaf3->info.lsn))) in xfs_dir3_leaf_verify()
175 return xfs_dir3_leaf_check_int(mp, NULL, NULL, leaf); in xfs_dir3_leaf_verify()
183 struct xfs_mount *mp = bp->b_target->bt_mount; in __read_verify() local
185 if (xfs_sb_version_hascrc(&mp->m_sb) && in __read_verify()
200 struct xfs_mount *mp = bp->b_target->bt_mount; in __write_verify() local
210 if (!xfs_sb_version_hascrc(&mp->m_sb)) in __write_verify()
298 struct xfs_mount *mp, in xfs_dir3_leaf_init() argument
308 if (xfs_sb_version_hascrc(&mp->m_sb)) { in xfs_dir3_leaf_init()
318 uuid_copy(&leaf3->info.uuid, &mp->m_sb.sb_meta_uuid); in xfs_dir3_leaf_init()
331 ltp = xfs_dir2_leaf_tail_p(mp->m_dir_geo, leaf); in xfs_dir3_leaf_init()
350 struct xfs_mount *mp = dp->i_mount; in xfs_dir3_leaf_get_buf() local
363 xfs_dir3_leaf_init(mp, tp, bp, dp->i_ino, magic); in xfs_dir3_leaf_get_buf()
1225 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_leaf_lookup_int() local
1235 mp = dp->i_mount; in xfs_dir2_leaf_lookup_int()
1295 cmp = mp->m_dirnameops->compname(args, dep->name, dep->namelen); in xfs_dir2_leaf_lookup_int()
1690 xfs_mount_t *mp; /* filesystem mount point */ in xfs_dir2_node_to_leaf() local
1706 mp = state->mp; in xfs_dir2_node_to_leaf()
1740 if (XFS_FSB_TO_B(mp, fo) > XFS_DIR2_LEAF_OFFSET + args->geo->blksize) in xfs_dir2_node_to_leaf()