Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A 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()
161 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable()
176 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable()
191 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota()
219 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk()
237 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk()
260 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk()
H A Dxfs_export.c47 struct xfs_mount *mp = XFS_M(inode->i_sb); in xfs_fs_encode_fh()
111 xfs_mount_t *mp = XFS_M(sb); in xfs_nfs_get_inode()
H A Dxfs_super.c179 struct xfs_mount *mp = XFS_M(root->d_sb); in xfs_fs_show_options()
777 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_sync_fs()
828 struct xfs_mount *mp = XFS_M(dentry->d_sb); in xfs_fs_statfs()
932 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_freeze()
965 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_unfreeze()
1139 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_put_super()
1162 return xfs_reclaim_inodes_count(XFS_M(sb)); in xfs_fs_nr_cached_objects()
1170 return xfs_reclaim_inodes_nr(XFS_M(sb), sc->nr_to_scan); in xfs_fs_free_cached_objects()
1177 xfs_force_shutdown(XFS_M(sb), SHUTDOWN_DEVICE_REMOVED); in xfs_fs_shutdown()
1922 struct xfs_mount *mp = XFS_M(fc->root->d_sb); in xfs_fs_reconfigure()
[all …]
H A Dxfs_super.h101 #define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info)) macro
H A Dxfs_acl.c257 if (acl->a_count > XFS_ACL_MAX_ENTRIES(XFS_M(inode->i_sb))) in xfs_set_acl()
H A Dxfs_pnfs.c59 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_uuid()
H A Dxfs_iops.c395 if (xfs_has_asciici(XFS_M(dir->i_sb))) in xfs_vn_unlink()
1334 if (xfs_has_asciici(XFS_M(inode->i_sb))) in xfs_setup_iops()
H A Dxfs_file.c1231 if (xfs_is_shutdown(XFS_M(inode->i_sb))) in xfs_file_open()
H A Dxfs_iomap.c1202 struct xfs_mount *mp = XFS_M(inode->i_sb); in xfs_buffered_write_iomap_end()