q_prealloc_hi_wmark  258 fs/xfs/xfs_dquot.c 	dqp->q_prealloc_hi_wmark = be64_to_cpu(dqp->q_core.d_blk_hardlimit);
q_prealloc_hi_wmark  261 fs/xfs/xfs_dquot.c 		dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark;
q_prealloc_hi_wmark  266 fs/xfs/xfs_dquot.c 	space = dqp->q_prealloc_hi_wmark;
q_prealloc_hi_wmark   48 fs/xfs/xfs_dquot.h 	xfs_qcnt_t	 q_prealloc_hi_wmark;/* prealloc disabled wmark */
q_prealloc_hi_wmark  326 fs/xfs/xfs_iomap.c 	if (!dq->q_prealloc_hi_wmark)
q_prealloc_hi_wmark  349 fs/xfs/xfs_iomap.c 	if (!dq || dq->q_res_bcount >= dq->q_prealloc_hi_wmark) {
q_prealloc_hi_wmark  355 fs/xfs/xfs_iomap.c 	freesp = dq->q_prealloc_hi_wmark - dq->q_res_bcount;