Lines Matching full:mp
16 int xfs_rtmount_readsb(struct xfs_mount *mp);
17 void xfs_rtmount_freesb(struct xfs_mount *mp);
24 struct xfs_mount *mp); /* file system mount structure */
27 struct xfs_mount *mp);
35 struct xfs_mount *mp); /* file system mount structure */
42 struct xfs_mount *mp, /* file system mount structure */
45 int xfs_rtalloc_reinit_frextents(struct xfs_mount *mp);
46 int xfs_growfs_check_rtgeom(const struct xfs_mount *mp, xfs_rfsblock_t dblocks,
49 # define xfs_growfs_rt(mp,in) (-ENOSYS) argument
51 # define xfs_rtmount_readsb(mp) (0) argument
52 # define xfs_rtmount_freesb(mp) ((void)0) argument
55 xfs_mount_t *mp) /* file system mount structure */ in xfs_rtmount_init() argument
57 if (mp->m_sb.sb_rblocks == 0) in xfs_rtmount_init()
60 xfs_warn(mp, "Not built with CONFIG_XFS_RT"); in xfs_rtmount_init()
63 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (-ENOSYS))
67 xfs_growfs_check_rtgeom(const struct xfs_mount *mp, in xfs_growfs_check_rtgeom() argument