Searched refs:xfs_qcnt_t (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_qm.h | 79 xfs_qcnt_t qi_bhardlimit; /* default data blk hard limit */ 80 xfs_qcnt_t qi_bsoftlimit; /* default data blk soft limit */ 81 xfs_qcnt_t qi_ihardlimit; /* default inode count hard limit */ 82 xfs_qcnt_t qi_isoftlimit; /* default inode count soft limit */ 83 xfs_qcnt_t qi_rtbhardlimit;/* default realtime blk hard limit */ 84 xfs_qcnt_t qi_rtbsoftlimit;/* default realtime blk soft limit */
|
D | xfs_trans_dquot.c | 398 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta); in xfs_trans_apply_dquot_deltas() 401 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas() 404 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas() 429 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 433 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 447 (xfs_qcnt_t)qtrx->qt_bcount_delta; in xfs_trans_apply_dquot_deltas() 457 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 461 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 468 (xfs_qcnt_t)qtrx->qt_rtbcount_delta; in xfs_trans_apply_dquot_deltas() 478 dqp->q_res_icount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() [all …]
|
D | xfs_dquot.h | 57 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ 58 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ 59 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */ 60 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */ 61 xfs_qcnt_t q_prealloc_hi_wmark;/* prealloc disabled wmark */
|
D | xfs_qm_syscalls.c | 409 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() 452 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : in xfs_qm_scall_setqlim() 455 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : in xfs_qm_scall_setqlim() 469 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : in xfs_qm_scall_setqlim() 472 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : in xfs_qm_scall_setqlim() 486 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim() 489 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
|
D | xfs_qm.c | 1043 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust() 1044 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() 1096 xfs_qcnt_t *O_rtblks) in xfs_qm_get_rtblks() 1114 *O_rtblks = (xfs_qcnt_t)rtblks; in xfs_qm_get_rtblks() 1133 xfs_qcnt_t nblks, rtblks = 0; in xfs_qm_dqusage_adjust() 1170 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust() 1862 (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve() 1868 -((xfs_qcnt_t)delblks), 0, blkflags); in xfs_qm_vop_chown_reserve()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_quota_defs.h | 30 typedef __uint64_t xfs_qcnt_t; typedef
|