q_prealloc_lo_wmark  259 fs/xfs/xfs_dquot.c 	dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit);
q_prealloc_lo_wmark  260 fs/xfs/xfs_dquot.c 	if (!dqp->q_prealloc_lo_wmark) {
q_prealloc_lo_wmark  261 fs/xfs/xfs_dquot.c 		dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark;
q_prealloc_lo_wmark  262 fs/xfs/xfs_dquot.c 		do_div(dqp->q_prealloc_lo_wmark, 100);
q_prealloc_lo_wmark  263 fs/xfs/xfs_dquot.c 		dqp->q_prealloc_lo_wmark *= 95;
q_prealloc_lo_wmark   47 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_prealloc_lo_wmark;/* prealloc throttle wmark */
q_prealloc_lo_wmark  330 fs/xfs/xfs_iomap.c 	if (dq->q_res_bcount + alloc_blocks < dq->q_prealloc_lo_wmark)