Searched refs:XFS_DQTYPE_USER (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_qm.h | 80 case XFS_DQTYPE_USER: in xfs_dquot_tree() 96 case XFS_DQTYPE_USER: in xfs_quota_inode() 164 case XFS_DQTYPE_USER: in xfs_get_defquota()
|
| A D | xfs_dquot.h | 150 case XFS_DQTYPE_USER: in xfs_this_quota_on() 166 case XFS_DQTYPE_USER: in xfs_inode_dquot() 183 case XFS_DQTYPE_USER: in xfs_dquot_is_enforced()
|
| A D | xfs_dquot.c | 197 case XFS_DQTYPE_USER: in xfs_qm_init_dquot_blk() 489 case XFS_DQTYPE_USER: in xfs_dquot_alloc() 530 dqp_type == XFS_DQTYPE_USER || dqp->q_id != 0) in xfs_dquot_check_type() 851 case XFS_DQTYPE_USER: in xfs_qm_dqget_checks() 946 case XFS_DQTYPE_USER: in xfs_qm_id_for_quotatype() 1200 if (type != XFS_DQTYPE_USER && in xfs_qm_dqflush_check()
|
| A D | xfs_qm.c | 192 xfs_qm_dquot_walk(mp, XFS_DQTYPE_USER, xfs_qm_dqpurge, NULL); in xfs_qm_dqpurge_all() 328 error = xfs_qm_dqattach_one(ip, XFS_DQTYPE_USER, in xfs_qm_dqattach_locked() 673 xfs_qm_init_timelimits(mp, XFS_DQTYPE_USER); in xfs_qm_init_quotainfo() 678 xfs_qm_set_defquota(mp, XFS_DQTYPE_USER, qinf); in xfs_qm_init_quotainfo() 1190 error = xfs_qm_quotacheck_dqadjust(ip, XFS_DQTYPE_USER, nblks, in xfs_qm_dqusage_adjust() 1295 error = xfs_qm_reset_dqcounts_buf(mp, uip, XFS_DQTYPE_USER, in xfs_qm_quotacheck() 1328 error = xfs_qm_dquot_walk(mp, XFS_DQTYPE_USER, xfs_qm_flush_one, in xfs_qm_quotacheck() 1677 XFS_DQTYPE_USER, true, &uq); in xfs_qm_vop_dqalloc()
|
| A D | xfs_dquot_item_recover.c | 188 log->l_quotaoffs_flag |= XFS_DQTYPE_USER; in xlog_recover_quotaoff_commit_pass1()
|
| A D | xfs_quota.h | 45 case XFS_DQTYPE_USER: in xfs_quota_chkd_flag()
|
| A D | xfs_trans_dquot.c | 156 case XFS_DQTYPE_USER: in xfs_trans_get_dqtrx() 546 case XFS_DQTYPE_USER: in xfs_quota_warn()
|
| A D | xfs_quotaops.c | 93 return XFS_DQTYPE_USER; in xfs_quota_type()
|
| A D | xfs_iomap.c | 446 if (xfs_quota_need_throttle(ip, XFS_DQTYPE_USER, alloc_blocks)) in xfs_iomap_prealloc_size() 447 xfs_quota_calc_throttle(ip, XFS_DQTYPE_USER, &qblocks, &qshift, in xfs_iomap_prealloc_size()
|
| A D | xfs_icache.c | 1562 xfs_inode_dquot(ip, XFS_DQTYPE_USER), in xfs_blockgc_free_quota() 1959 if (xfs_inode_near_dquot_enforcement(ip, XFS_DQTYPE_USER)) in xfs_inodegc_want_queue_work()
|
| A D | xfs_buf_item_recover.c | 549 type |= XFS_DQTYPE_USER; in xlog_recover_do_dquot_buffer()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_quota_defs.h | 24 { XFS_DQTYPE_USER, "USER" }, \
|
| A D | xfs_dquot_buf.c | 67 if (ddq_type != XFS_DQTYPE_USER && in xfs_dquot_verify()
|
| A D | xfs_format.h | 1088 #define XFS_DQTYPE_USER 0x01 /* user dquot record */ macro 1094 #define XFS_DQTYPE_REC_MASK (XFS_DQTYPE_USER | \
|
| /linux/fs/xfs/scrub/ |
| A D | quota.c | 27 return XFS_DQTYPE_USER; in xchk_quota_to_dqtype()
|
| A D | repair.c | 947 xrep_force_quotacheck(sc, XFS_DQTYPE_USER); in xrep_ino_dqattach()
|
Completed in 40 milliseconds