m_super           330 fs/xfs/scrub/inode.c 	if (isize >= mp->m_super->s_maxbytes)
m_super            97 fs/xfs/scrub/trace.h 		__entry->dev = ip->i_mount->m_super->s_dev;
m_super           141 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           171 fs/xfs/scrub/trace.h 		__entry->dev = sc->ip->i_mount->m_super->s_dev;
m_super           208 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           242 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           277 fs/xfs/scrub/trace.h 		__entry->dev = sc->ip->i_mount->m_super->s_dev;
m_super           311 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           339 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           380 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           422 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           460 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           501 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           539 fs/xfs/scrub/trace.h 		__entry->dev = sc->mp->m_super->s_dev;
m_super           572 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           611 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           642 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           668 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           702 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           742 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           767 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           790 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           817 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           846 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           868 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           889 fs/xfs/scrub/trace.h 		__entry->dev = mp->m_super->s_dev;
m_super            65 fs/xfs/xfs_bmap_util.c 		block << (mp->m_super->s_blocksize_bits - 9),
m_super            66 fs/xfs/xfs_bmap_util.c 		count_fsb << (mp->m_super->s_blocksize_bits - 9),
m_super           556 fs/xfs/xfs_bmap_util.c 			max_len = mp->m_super->s_maxbytes;
m_super           583 fs/xfs/xfs_bmap_util.c 			max_len = mp->m_super->s_maxbytes;
m_super           792 fs/xfs/xfs_bmap_util.c 	last_fsb = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes);
m_super           436 fs/xfs/xfs_fsops.c 		struct super_block *sb = freeze_bdev(mp->m_super->s_bdev);
m_super            46 fs/xfs/xfs_icache.c 	if (inode_init_always(mp->m_super, VFS_I(ip))) {
m_super           293 fs/xfs/xfs_icache.c 	error = inode_init_always(mp->m_super, inode);
m_super           911 fs/xfs/xfs_icache.c 	if (!sb_start_write_trylock(mp->m_super))
m_super           914 fs/xfs/xfs_icache.c 	sb_end_write(mp->m_super);
m_super           943 fs/xfs/xfs_icache.c 	if (!sb_start_write_trylock(mp->m_super))
m_super           946 fs/xfs/xfs_icache.c 	sb_end_write(mp->m_super);
m_super          1544 fs/xfs/xfs_inode.c 	last_block = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes);
m_super          2404 fs/xfs/xfs_ioctl.c 		sb_start_write(mp->m_super);
m_super          2406 fs/xfs/xfs_ioctl.c 		sb_end_write(mp->m_super);
m_super           537 fs/xfs/xfs_iomap.c 		XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes);
m_super           955 fs/xfs/xfs_iomap.c 	ASSERT(offset <= mp->m_super->s_maxbytes);
m_super           956 fs/xfs/xfs_iomap.c 	if (offset > mp->m_super->s_maxbytes - length)
m_super           957 fs/xfs/xfs_iomap.c 		length = mp->m_super->s_maxbytes - offset;
m_super          1182 fs/xfs/xfs_iomap.c 			       XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes));
m_super           763 fs/xfs/xfs_log.c 	mp->m_super->s_flags |= SB_ACTIVE;
m_super           767 fs/xfs/xfs_log.c 	mp->m_super->s_flags &= ~SB_ACTIVE;
m_super           768 fs/xfs/xfs_log.c 	evict_inodes(mp->m_super);
m_super            62 fs/xfs/xfs_mount.c 	uuid_copy(&mp->m_super->s_uuid, uuid);
m_super          1133 fs/xfs/xfs_mount.c 	if ((mp->m_super->s_writers.frozen >= level) ||
m_super            61 fs/xfs/xfs_mount.h 	struct super_block	*m_super;
m_super           123 fs/xfs/xfs_pnfs.c 	limit = mp->m_super->s_maxbytes;
m_super           984 fs/xfs/xfs_qm.c 	maxlblkcnt = XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes);
m_super           161 fs/xfs/xfs_super.c 	const struct super_block *sb = mp->m_super;
m_super           701 fs/xfs/xfs_super.c 	struct block_device	*ddev = mp->m_super->s_bdev;
m_super           879 fs/xfs/xfs_super.c 	struct super_block	*sb = mp->m_super;
m_super          1220 fs/xfs/xfs_super.c 	tmp_mp->m_super = sb;
m_super          1554 fs/xfs/xfs_super.c 	mp->m_super = sb;
m_super           110 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           145 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           509 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           746 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           770 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super           872 fs/xfs/xfs_trace.h 		__entry->dev = dqp->q_mount->m_super->s_dev;
m_super           951 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          1026 fs/xfs/xfs_trace.h 		__entry->dev = lip->li_mountp->m_super->s_dev;
m_super          1049 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          1079 fs/xfs/xfs_trace.h 		__entry->dev = lip->li_mountp->m_super->s_dev;
m_super          1113 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          1415 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          1451 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          1488 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          1546 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          1591 fs/xfs/xfs_trace.h 		__entry->dev = args->mp->m_super->s_dev;
m_super          1958 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          1978 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          2005 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          2050 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          2097 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          2141 fs/xfs/xfs_trace.h 		__entry->dev = log->l_mp->m_super->s_dev;
m_super          2173 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2216 fs/xfs/xfs_trace.h 		__entry->dev = cur->bc_mp->m_super->s_dev;
m_super          2252 fs/xfs/xfs_trace.h 		__entry->dev = tp->t_mountp->m_super->s_dev;
m_super          2276 fs/xfs/xfs_trace.h 		__entry->dev = tp->t_mountp->m_super->s_dev;
m_super          2301 fs/xfs/xfs_trace.h 		__entry->dev = mp ? mp->m_super->s_dev : 0;
m_super          2331 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2374 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2443 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2481 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2525 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2593 fs/xfs/xfs_trace.h 		__entry->dev = pag->pag_mount->m_super->s_dev;
m_super          2650 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2682 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2716 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2754 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2799 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2849 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          2942 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3241 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3282 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3319 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3343 fs/xfs/xfs_trace.h 		__entry->dev = tp->t_mountp->m_super->s_dev;
m_super          3383 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3409 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3457 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3484 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3510 fs/xfs/xfs_trace.h 		__entry->dev = ip->i_mount->m_super->s_dev;
m_super          3535 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3555 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super          3574 fs/xfs/xfs_trace.h 		__entry->dev = mp->m_super->s_dev;
m_super            72 fs/xfs/xfs_trans.c 		sb_end_intwrite(tp->t_mountp->m_super);
m_super           268 fs/xfs/xfs_trans.c 		sb_start_intwrite(mp->m_super);
m_super           275 fs/xfs/xfs_trans.c 		mp->m_super->s_writers.frozen == SB_FREEZE_COMPLETE);
m_super           563 fs/xfs/xfs_trans_dquot.c 			   mp->m_super->s_dev, type);