Home
last modified time | relevance | path

Searched refs:XFS_M (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
Dxfs_quotaops.c59 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state()
112 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info()
163 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable()
178 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable()
195 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota()
223 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk()
243 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk()
268 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk()
Dxfs_export.c67 if (!(XFS_M(inode->i_sb)->m_flags & XFS_MOUNT_SMALL_INUMS) || in xfs_fs_encode_fh()
68 (XFS_M(inode->i_sb)->m_flags & XFS_MOUNT_32BITINODES)) in xfs_fs_encode_fh()
112 xfs_mount_t *mp = XFS_M(sb); in xfs_nfs_get_inode()
Dxfs_super.c1055 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_sync_fs()
1081 struct xfs_mount *mp = XFS_M(dentry->d_sb); in xfs_fs_statfs()
1234 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_remount()
1393 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_freeze()
1405 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_unfreeze()
1418 xfs_showargs(XFS_M(root->d_sb), m); in xfs_fs_show_options()
1778 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_put_super()
1817 return xfs_reclaim_inodes_count(XFS_M(sb)); in xfs_fs_nr_cached_objects()
1825 return xfs_reclaim_inodes_nr(XFS_M(sb), sc->nr_to_scan); in xfs_fs_free_cached_objects()
Dxfs_super.h87 #define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info)) macro
Dxfs_acl.c240 if (acl->a_count > XFS_ACL_MAX_ENTRIES(XFS_M(inode->i_sb))) in xfs_set_acl()
Dxfs_pnfs.c58 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_uuid()
Dxfs_iops.c351 if (xfs_sb_version_hasasciici(&XFS_M(dir->i_sb)->m_sb)) in xfs_vn_unlink()
1333 if (xfs_sb_version_hasasciici(&XFS_M(inode->i_sb)->m_sb)) in xfs_setup_iops()
Dxfs_file.c1037 if (XFS_FORCED_SHUTDOWN(XFS_M(inode->i_sb))) in xfs_file_open()