Lines Matching refs:mp
41 struct xfs_mount *mp) in xfs_icluster_size_fsb() argument
43 if (mp->m_sb.sb_blocksize >= mp->m_inode_cluster_size) in xfs_icluster_size_fsb()
45 return mp->m_inode_cluster_size >> mp->m_sb.sb_blocklog; in xfs_icluster_size_fsb()
52 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr() argument
54 return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog); in xfs_make_iptr()
106 struct xfs_mount *mp, /* file system mount structure */
117 struct xfs_mount *mp); /* file system mount structure */
133 struct xfs_mount *mp, /* file system mount structure */
144 struct xfs_mount *mp, /* file system mount structure */
163 int xfs_ialloc_inode_init(struct xfs_mount *mp, struct xfs_trans *tp,
168 int xfs_read_agi(struct xfs_mount *mp, struct xfs_trans *tp,