Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c207 struct xfs_mount *mp = XFS_M(root->d_sb); in xfs_fs_show_options()
813 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_sync_fs()
922 struct xfs_mount *mp = XFS_M(dentry->d_sb); in xfs_fs_statfs()
995 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_freeze()
1029 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_unfreeze()
1221 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_put_super()
1245 return xfs_reclaim_inodes_count(XFS_M(sb)); in xfs_fs_nr_cached_objects()
1253 return xfs_reclaim_inodes_nr(XFS_M(sb), sc->nr_to_scan); in xfs_fs_free_cached_objects()
1260 xfs_force_shutdown(XFS_M(sb), SHUTDOWN_DEVICE_REMOVED); in xfs_fs_shutdown()
1268 struct xfs_mount *mp = XFS_M(root->d_sb); in xfs_fs_show_stats()
[all …]
H A Dxfs_super.h100 #define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info)) macro
H A Dxfs_healthmon.c139 mp = XFS_M((struct super_block *)hm->mount_cookie); in xfs_healthmon_detach()