Home
last modified time | relevance | path

Searched refs:XFS_IS_QUOTA_ON (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_quotaops.c63 if (!XFS_IS_QUOTA_ON(mp)) in xfs_fs_get_quota_state()
117 if (!XFS_IS_QUOTA_ON(mp)) in xfs_fs_set_info()
165 if (!XFS_IS_QUOTA_ON(mp)) in xfs_quota_enable()
180 if (!XFS_IS_QUOTA_ON(mp)) in xfs_quota_disable()
197 if (XFS_IS_QUOTA_ON(mp)) in xfs_fs_rm_xquota()
222 if (!XFS_IS_QUOTA_ON(mp)) in xfs_fs_get_dqblk()
240 if (!XFS_IS_QUOTA_ON(mp)) in xfs_fs_get_nextdqblk()
264 if (!XFS_IS_QUOTA_ON(mp)) in xfs_fs_set_dqblk()
Dxfs_trans_dquot.c135 if (!XFS_IS_QUOTA_ON(mp) || in xfs_trans_mod_dquot_byino()
194 ASSERT(XFS_IS_QUOTA_ON(tp->t_mountp)); in xfs_trans_mod_dquot()
738 if (!XFS_IS_QUOTA_ON(mp)) in xfs_trans_reserve_quota_bydquots()
795 if (!XFS_IS_QUOTA_ON(mp)) in xfs_trans_reserve_quota_nblks()
836 if (!XFS_IS_QUOTA_ON(mp)) in xfs_trans_reserve_quota_icreate()
Dxfs_qm.c298 if (!XFS_IS_QUOTA_ON(mp)) in xfs_qm_need_dqattach()
623 ASSERT(XFS_IS_QUOTA_ON(mp)); in xfs_qm_init_quotainfo()
1136 ASSERT(XFS_IS_QUOTA_ON(mp)); in xfs_qm_dqusage_adjust()
1281 ASSERT(XFS_IS_QUOTA_ON(mp)); in xfs_qm_quotacheck()
1418 ASSERT(XFS_IS_QUOTA_ON(mp)); in xfs_qm_mount_quotas()
1473 ASSERT(!(XFS_IS_QUOTA_ON(mp))); in xfs_qm_mount_quotas()
1645 if (!XFS_IS_QUOTA_ON(mp)) in xfs_qm_vop_dqalloc()
1776 ASSERT(XFS_IS_QUOTA_ON(ip->i_mount)); in xfs_qm_vop_chown()
1829 if (!XFS_IS_QUOTA_ON(mp)) in xfs_qm_vop_rename_dqattach()
1860 if (!XFS_IS_QUOTA_ON(mp)) in xfs_qm_vop_create_dqattach()
Dxfs_qm_bhv.c109 if (XFS_IS_QUOTA_ON(mp) || quotaondisk) { in xfs_qm_newmount()
Dxfs_qm_syscalls.c207 if (!XFS_IS_QUOTA_ON(mp)) in xfs_qm_scall_quotaon()
Dxfs_mount.c889 if (XFS_IS_QUOTA_ON(mp)) { in xfs_mountfs()
Dxfs_iops.c677 if (XFS_IS_QUOTA_ON(mp) && (mask & (ATTR_UID|ATTR_GID))) { in xfs_setattr_nonsize()
Dxfs_bmap_util.c1270 if (XFS_IS_QUOTA_ON(ip->i_mount) && in xfs_swap_extents_check_format()
Dxfs_ioctl.c1339 if (fa->fsx_valid && XFS_IS_QUOTA_ON(mp)) { in xfs_fileattr_set()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_quota_defs.h62 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT) macro
Dxfs_bmap.c4041 if (XFS_IS_QUOTA_ON(mp)) in xfs_bmapi_reserve_delalloc()
/linux-6.1.9/fs/xfs/scrub/
Dquota.c45 if (!XFS_IS_QUOTA_ON(sc->mp)) in xchk_setup_quota()