Home
last modified time | relevance | path

Searched refs:XFS_DQTYPE_GROUP (Results 1 – 22 of 22) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_qm.h85 case XFS_DQTYPE_GROUP: in xfs_dquot_tree()
101 case XFS_DQTYPE_GROUP: in xfs_quota_inode()
177 case XFS_DQTYPE_GROUP: in xfs_get_defquota()
Dxfs_dquot.h144 case XFS_DQTYPE_GROUP: in xfs_this_quota_on()
160 case XFS_DQTYPE_GROUP: in xfs_inode_dquot()
177 case XFS_DQTYPE_GROUP: in xfs_dquot_is_enforced()
Dxfs_qm.c194 xfs_qm_dquot_walk(mp, XFS_DQTYPE_GROUP, xfs_qm_dqpurge, NULL); in xfs_qm_dqpurge_all()
337 error = xfs_qm_dqattach_one(ip, XFS_DQTYPE_GROUP, in xfs_qm_dqattach_locked()
673 xfs_qm_init_timelimits(mp, XFS_DQTYPE_GROUP); in xfs_qm_init_quotainfo()
679 xfs_qm_set_defquota(mp, XFS_DQTYPE_GROUP, qinf); in xfs_qm_init_quotainfo()
1227 error = xfs_qm_quotacheck_dqadjust(ip, XFS_DQTYPE_GROUP, nblks, in xfs_qm_dqusage_adjust()
1337 error = xfs_qm_reset_dqcounts_buf(mp, gip, XFS_DQTYPE_GROUP, in xfs_qm_quotacheck()
1374 error2 = xfs_qm_dquot_walk(mp, XFS_DQTYPE_GROUP, xfs_qm_flush_one, in xfs_qm_quotacheck()
1561 case XFS_DQTYPE_GROUP: in xfs_qm_qino_load()
1608 error = xfs_qm_qino_load(mp, XFS_DQTYPE_GROUP, &gip); in xfs_qm_init_quotainos()
1795 XFS_DQTYPE_GROUP, true, &gq); in xfs_qm_vop_dqalloc()
Dxfs_dquot.c59 case XFS_DQTYPE_GROUP: in xfs_dquot_mark_sick()
226 case XFS_DQTYPE_GROUP: in xfs_qm_init_dquot_blk()
528 case XFS_DQTYPE_GROUP: in xfs_dquot_alloc()
578 return ddqp_type == XFS_DQTYPE_GROUP || ddqp_type == XFS_DQTYPE_PROJ; in xfs_dquot_check_type()
859 case XFS_DQTYPE_GROUP: in xfs_qm_dqget_checks()
952 case XFS_DQTYPE_GROUP: in xfs_qm_id_for_quotatype()
1205 type != XFS_DQTYPE_GROUP && in xfs_qm_dqflush_check()
Dxfs_quotaops.c87 XFS_DQTYPE_GROUP); in xfs_fs_get_quota_state()
104 return XFS_DQTYPE_GROUP; in xfs_quota_type()
Dxfs_dquot_item_recover.c207 log->l_quotaoffs_flag |= XFS_DQTYPE_GROUP; in xlog_recover_quotaoff_commit_pass1()
Dxfs_quota.h47 case XFS_DQTYPE_GROUP: in xfs_quota_chkd_flag()
Dxfs_trans_dquot.c270 case XFS_DQTYPE_GROUP: in xfs_trans_get_dqtrx()
716 case XFS_DQTYPE_GROUP: in xfs_quota_warn()
Dxfs_qm_syscalls.c120 error = xfs_qm_scall_trunc_qfile(mp, XFS_DQTYPE_GROUP); in xfs_qm_scall_trunc_qfiles()
Dxfs_iomap.c518 if (xfs_quota_need_throttle(ip, XFS_DQTYPE_GROUP, alloc_blocks)) in xfs_iomap_prealloc_size()
519 xfs_quota_calc_throttle(ip, XFS_DQTYPE_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size()
Dxfs_icache.c1622 xfs_inode_dquot(ip, XFS_DQTYPE_GROUP), in xfs_blockgc_free_quota()
2064 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_GROUP)) in xfs_inodegc_want_queue_work()
Dxfs_buf_item_recover.c565 type |= XFS_DQTYPE_GROUP; in xlog_recover_do_dquot_buffer()
/linux-6.12.1/fs/xfs/scrub/
Dquotacheck.c238 case XFS_DQTYPE_GROUP: in xqcheck_mod_live_ino_dqtrx()
332 case XFS_DQTYPE_GROUP: in xqcheck_apply_live_dqtrx()
446 id = xfs_qm_id_for_quotatype(ip, XFS_DQTYPE_GROUP); in xqcheck_collect_inode()
767 if (xfs_this_quota_on(sc->mp, XFS_DQTYPE_GROUP)) { in xqcheck_setup_scan()
852 error = xqcheck_compare_dqtype(xqc, XFS_DQTYPE_GROUP); in xchk_quotacheck()
Dquotacheck.h66 case XFS_DQTYPE_GROUP: in xqcheck_counters_for()
Dquotacheck_repair.c244 error = xqcheck_commit_dqtype(xqc, XFS_DQTYPE_GROUP); in xrep_quotacheck()
Dquota.c32 return XFS_DQTYPE_GROUP; in xchk_quota_to_dqtype()
Dquota_repair.c378 case XFS_DQTYPE_GROUP: in xrep_quota_block()
Dinode_repair.c1460 xrep_force_quotacheck(sc, XFS_DQTYPE_GROUP); in xrep_dinode_problems()
1551 xrep_force_quotacheck(sc, XFS_DQTYPE_GROUP); in xrep_inode_ids()
Drepair.c780 xrep_force_quotacheck(sc, XFS_DQTYPE_GROUP); in xrep_ino_dqattach()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_quota_defs.h25 { XFS_DQTYPE_GROUP, "GROUP" }, \
Dxfs_dquot_buf.c69 ddq_type != XFS_DQTYPE_GROUP) in xfs_dquot_verify()
Dxfs_format.h1175 #define XFS_DQTYPE_GROUP (1u << 2) /* group dquot record */ macro
1181 XFS_DQTYPE_GROUP)