Symbol: xfs_qcnt_t
fs/xfs/xfs_dquot.c
311
xfs_qcnt_t space;
fs/xfs/xfs_dquot.h
32
xfs_qcnt_t reserved;
fs/xfs/xfs_dquot.h
35
xfs_qcnt_t count;
fs/xfs/xfs_dquot.h
38
xfs_qcnt_t hardlimit;
fs/xfs/xfs_dquot.h
39
xfs_qcnt_t softlimit;
fs/xfs/xfs_dquot.h
60
xfs_qcnt_t q_prealloc_lo_wmark;
fs/xfs/xfs_dquot.h
61
xfs_qcnt_t q_prealloc_hi_wmark;
fs/xfs/xfs_qm.c
1252
xfs_qcnt_t nblks,
fs/xfs/xfs_qm.c
1253
xfs_qcnt_t rtblks)
fs/xfs/xfs_qm.c
1980
-(xfs_qcnt_t)dblocks);
fs/xfs/xfs_qm.c
1982
-(xfs_qcnt_t)rblocks);
fs/xfs/xfs_qm.h
34
xfs_qcnt_t hard; /* default hard limit */
fs/xfs/xfs_qm.h
35
xfs_qcnt_t soft; /* default soft limit */
fs/xfs/xfs_qm_syscalls.c
230
xfs_qcnt_t hard,
fs/xfs/xfs_qm_syscalls.c
231
xfs_qcnt_t soft,
fs/xfs/xfs_qm_syscalls.c
285
xfs_qcnt_t hard, soft;
fs/xfs/xfs_qm_syscalls.c
333
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) :
fs/xfs/xfs_qm_syscalls.c
336
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) :
fs/xfs/xfs_qm_syscalls.c
348
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) :
fs/xfs/xfs_qm_syscalls.c
351
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) :
fs/xfs/xfs_qm_syscalls.c
362
(xfs_qcnt_t) newlim->d_ino_hardlimit :
fs/xfs/xfs_qm_syscalls.c
365
(xfs_qcnt_t) newlim->d_ino_softlimit :
fs/xfs/xfs_trans_dquot.c
700
(xfs_qcnt_t)qtrx->qt_blk_res;
fs/xfs/xfs_trans_dquot.c
708
(xfs_qcnt_t)qtrx->qt_ino_res;
fs/xfs/xfs_trans_dquot.c
717
(xfs_qcnt_t)qtrx->qt_rtblk_res;
fs/xfs/xfs_trans_dquot.c
767
xfs_qcnt_t hardlimit = res->hardlimit;
fs/xfs/xfs_trans_dquot.c
768
xfs_qcnt_t softlimit = res->softlimit;
fs/xfs/xfs_trans_dquot.c
769
xfs_qcnt_t total_count = res->reserved + delta;
fs/xfs/xfs_trans_dquot.c
868
blkres->reserved += (xfs_qcnt_t)nblks;
fs/xfs/xfs_trans_dquot.c
869
dqp->q_ino.reserved += (xfs_qcnt_t)ninos;