Searched refs:d_blk_softlimit (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_qm_bhv.c38 limit = dqp->q_core.d_blk_softlimit ? xfs_fill_statvfs_from_dquot()
39 be64_to_cpu(dqp->q_core.d_blk_softlimit) : xfs_fill_statvfs_from_dquot()
H A Dxfs_dquot.c99 if (q->qi_bsoftlimit && !d->d_blk_softlimit) { xfs_qm_adjust_dqlimits()
100 d->d_blk_softlimit = cpu_to_be64(q->qi_bsoftlimit); xfs_qm_adjust_dqlimits()
142 ASSERT(be64_to_cpu(d->d_blk_softlimit) <= xfs_qm_adjust_dqtimers()
153 if ((d->d_blk_softlimit && xfs_qm_adjust_dqtimers()
155 be64_to_cpu(d->d_blk_softlimit))) || xfs_qm_adjust_dqtimers()
165 if ((!d->d_blk_softlimit || xfs_qm_adjust_dqtimers()
167 be64_to_cpu(d->d_blk_softlimit))) && xfs_qm_adjust_dqtimers()
278 dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit); xfs_dquot_set_prealloc_limits()
H A Dxfs_qm.h36 !dqp->q_core.d_blk_softlimit && \
H A Dxfs_qm_syscalls.c455 be64_to_cpu(ddq->d_blk_softlimit); xfs_qm_scall_setqlim()
458 ddq->d_blk_softlimit = cpu_to_be64(soft); xfs_qm_scall_setqlim()
667 XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit)); xfs_qm_scall_getquota()
H A Dxfs_trans_dquot.c616 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit); xfs_trans_dqresv()
H A Dxfs_qm.c643 qinf->qi_bsoftlimit = be64_to_cpu(ddqp->d_blk_softlimit); xfs_qm_init_quotainfo()
H A Dxfs_trace.h893 be64_to_cpu(dqp->q_core.d_blk_softlimit);
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c112 if (ddq->d_blk_softlimit && xfs_dqcheck()
114 be64_to_cpu(ddq->d_blk_softlimit)) { xfs_dqcheck()
H A Dxfs_format.h1119 __be64 d_blk_softlimit;/* preferred limit on disk blks */ member in struct:xfs_disk_dquot
/linux-4.4.14/fs/quota/
H A Dquota.c473 dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit); copy_from_xfs_dqblk()
590 dst->d_blk_softlimit = quota_btobb(src->d_spc_softlimit); copy_to_xfs_dqblk()
/linux-4.4.14/include/uapi/linux/
H A Ddqblk_xfs.h57 __u64 d_blk_softlimit;/* preferred limit on disk blks */ member in struct:fs_disk_quota

Completed in 424 milliseconds