Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_quota_defs.h37 #define XFS_DQ_PROJ 0x0002 /* project quota */ macro
42 #define XFS_DQ_ALLTYPES (XFS_DQ_USER|XFS_DQ_PROJ|XFS_DQ_GROUP)
46 { XFS_DQ_PROJ, "PROJ" }, \
Dxfs_dquot_buf.c93 ddq->d_flags != XFS_DQ_PROJ && in xfs_dqcheck()
/fs/xfs/
Dxfs_dquot.h121 case XFS_DQ_PROJ: in xfs_this_quota_on()
135 case XFS_DQ_PROJ: in xfs_inode_dquot()
160 #define XFS_QM_ISPDQ(dqp) ((dqp)->dq_flags & XFS_DQ_PROJ)
Dxfs_qm.h98 case XFS_DQ_PROJ: in xfs_dquot_tree()
114 case XFS_DQ_PROJ: in xfs_dq_to_quota_inode()
Dxfs_quotaops.c110 return XFS_DQ_PROJ; in xfs_quota_type()
225 flags |= XFS_DQ_PROJ; in xfs_fs_rm_xquota()
Dxfs_dquot.c262 ((type & XFS_DQ_PROJ) ? XFS_BLF_PDQUOT_BUF : in xfs_qm_init_dquot_blk()
600 case XFS_DQ_PROJ: in xfs_qm_dqread()
710 (! XFS_IS_PQUOTA_ON(mp) && type == XFS_DQ_PROJ) || in xfs_qm_dqget()
725 type == XFS_DQ_PROJ || in xfs_qm_dqget()
Dxfs_qm.c206 xfs_qm_dquot_walk(mp, XFS_DQ_PROJ, xfs_qm_dqpurge, NULL); in xfs_qm_dqpurge_all()
362 error = xfs_qm_dqattach_one(ip, xfs_get_projid(ip), XFS_DQ_PROJ, in xfs_qm_dqattach_locked()
620 XFS_DQ_PROJ), in xfs_qm_init_quotainfo()
877 (flags & XFS_QMOPT_PQUOTA ? XFS_DQ_PROJ : XFS_DQ_GROUP); in xfs_qm_dqiter_bufs()
1195 XFS_DQ_PROJ, nblks, rtblks); in xfs_qm_dqusage_adjust()
1323 error2 = xfs_qm_dquot_walk(mp, XFS_DQ_PROJ, xfs_qm_flush_one, in xfs_qm_quotacheck()
1707 XFS_DQ_PROJ, in xfs_qm_vop_dqalloc()
Dxfs_qm_syscalls.c295 if (flags & XFS_DQ_PROJ) in xfs_qm_scall_trunc_qfiles()
694 dqp->q_core.d_flags == XFS_DQ_PROJ)) { in xfs_qm_scall_getquota()
703 (XFS_IS_PQUOTA_ENFORCED(mp) && type == XFS_DQ_PROJ)) && in xfs_qm_scall_getquota()
Dxfs_qm_bhv.c75 if (!xfs_qm_dqget(mp, NULL, xfs_get_projid(ip), XFS_DQ_PROJ, 0, &dqp)) { in xfs_qm_statvfs()
Dxfs_iomap.c524 if (xfs_quota_need_throttle(ip, XFS_DQ_PROJ, alloc_blocks)) in xfs_iomap_prealloc_size()
525 xfs_quota_calc_throttle(ip, XFS_DQ_PROJ, &qblocks, &qshift, in xfs_iomap_prealloc_size()
Dxfs_log_recover.c2284 type |= XFS_DQ_PROJ; in xlog_recover_do_dquot_buffer()
2820 log->l_quotaoffs_flag |= XFS_DQ_PROJ; in xlog_recover_quotaoff_pass1()
2865 type = recddq->d_flags & (XFS_DQ_USER | XFS_DQ_PROJ | XFS_DQ_GROUP); in xlog_recover_dquot_pass2()
3219 type = recddq->d_flags & (XFS_DQ_USER | XFS_DQ_PROJ | XFS_DQ_GROUP); in xlog_recover_dquot_ra_pass2()
Dxfs_trans_dquot.c576 if (dqp->dq_flags & XFS_DQ_PROJ) in xfs_quota_warn()