Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_qm.h81 case XFS_DQTYPE_GROUP: in xfs_dquot_tree()
97 case XFS_DQTYPE_GROUP: in xfs_quota_inode()
161 case XFS_DQTYPE_GROUP: in xfs_get_defquota()
H A 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()
H A Dxfs_qm.c193 xfs_qm_dquot_walk(mp, XFS_DQTYPE_GROUP, xfs_qm_dqpurge, NULL); in xfs_qm_dqpurge_all()
336 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()
1211 error = xfs_qm_quotacheck_dqadjust(ip, XFS_DQTYPE_GROUP, nblks, in xfs_qm_dqusage_adjust()
1321 error = xfs_qm_reset_dqcounts_buf(mp, gip, XFS_DQTYPE_GROUP, in xfs_qm_quotacheck()
1358 error2 = xfs_qm_dquot_walk(mp, XFS_DQTYPE_GROUP, xfs_qm_flush_one, in xfs_qm_quotacheck()
1741 XFS_DQTYPE_GROUP, true, &gq); in xfs_qm_vop_dqalloc()
H A Dxfs_dquot.c202 case XFS_DQTYPE_GROUP: in xfs_qm_init_dquot_blk()
505 case XFS_DQTYPE_GROUP: in xfs_dquot_alloc()
555 return ddqp_type == XFS_DQTYPE_GROUP || ddqp_type == XFS_DQTYPE_PROJ; in xfs_dquot_check_type()
827 case XFS_DQTYPE_GROUP: in xfs_qm_dqget_checks()
920 case XFS_DQTYPE_GROUP: in xfs_qm_id_for_quotatype()
1173 type != XFS_DQTYPE_GROUP && in xfs_qm_dqflush_check()
H A Dxfs_dquot_item_recover.c207 log->l_quotaoffs_flag |= XFS_DQTYPE_GROUP; in xlog_recover_quotaoff_commit_pass1()
H A Dxfs_quota.h47 case XFS_DQTYPE_GROUP: in xfs_quota_chkd_flag()
H A Dxfs_trans_dquot.c159 case XFS_DQTYPE_GROUP: in xfs_trans_get_dqtrx()
549 case XFS_DQTYPE_GROUP: in xfs_quota_warn()
H A Dxfs_quotaops.c95 return XFS_DQTYPE_GROUP; in xfs_quota_type()
H A Dxfs_iomap.c495 if (xfs_quota_need_throttle(ip, XFS_DQTYPE_GROUP, alloc_blocks)) in xfs_iomap_prealloc_size()
496 xfs_quota_calc_throttle(ip, XFS_DQTYPE_GROUP, &qblocks, &qshift, in xfs_iomap_prealloc_size()
H A Dxfs_icache.c1579 xfs_inode_dquot(ip, XFS_DQTYPE_GROUP), in xfs_blockgc_free_quota()
2022 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_GROUP)) in xfs_inodegc_want_queue_work()
H A Dxfs_buf_item_recover.c565 type |= XFS_DQTYPE_GROUP; in xlog_recover_do_dquot_buffer()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_quota_defs.h25 { XFS_DQTYPE_GROUP, "GROUP" }, \
H A Dxfs_dquot_buf.c69 ddq_type != XFS_DQTYPE_GROUP) in xfs_dquot_verify()
H A Dxfs_format.h1179 #define XFS_DQTYPE_GROUP (1u << 2) /* group dquot record */ macro
1185 XFS_DQTYPE_GROUP)
/openbmc/linux/fs/xfs/scrub/
H A Dquota.c30 return XFS_DQTYPE_GROUP; in xchk_quota_to_dqtype()
H A Drepair.c724 xrep_force_quotacheck(sc, XFS_DQTYPE_GROUP); in xrep_ino_dqattach()