Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_quotaops.c61 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state()
121 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info()
170 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable()
185 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable()
200 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota()
228 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk()
246 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_nextdqblk()
269 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk()
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()
Dxfs_super.c183 struct xfs_mount *mp = XFS_M(root->d_sb); in xfs_fs_show_options()
772 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_sync_fs()
823 struct xfs_mount *mp = XFS_M(dentry->d_sb); in xfs_fs_statfs()
925 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_freeze()
958 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_unfreeze()
1141 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_put_super()
1164 return xfs_reclaim_inodes_count(XFS_M(sb)); in xfs_fs_nr_cached_objects()
1172 return xfs_reclaim_inodes_nr(XFS_M(sb), sc->nr_to_scan); in xfs_fs_free_cached_objects()
1179 xfs_force_shutdown(XFS_M(sb), SHUTDOWN_DEVICE_REMOVED); in xfs_fs_shutdown()
1244 !!(XFS_M(fc->root->d_sb)->m_features & flag) == value) in xfs_fs_warn_deprecated()
[all …]
Dxfs_super.h101 #define XFS_M(sb) ((struct xfs_mount *)((sb)->s_fs_info)) macro
Dxfs_acl.c258 if (acl->a_count > XFS_ACL_MAX_ENTRIES(XFS_M(inode->i_sb))) in xfs_set_acl()
Dxfs_pnfs.c59 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_uuid()
Dxfs_iops.c419 if (xfs_has_asciici(XFS_M(dir->i_sb))) in xfs_vn_unlink()
1358 if (xfs_has_asciici(XFS_M(inode->i_sb))) in xfs_setup_iops()
Dxfs_file.c1239 if (xfs_is_shutdown(XFS_M(inode->i_sb))) in xfs_file_open()