qb_warn           840 fs/gfs2/quota.c 			qd->qd_qb.qb_warn = q.qu_warn;
qb_warn           981 fs/gfs2/quota.c 	qlvb->qb_warn = q.qu_warn;
qb_warn          1211 fs/gfs2/quota.c 		warn = (s64)be64_to_cpu(qd->qd_qb.qb_warn);
qb_warn          1637 fs/gfs2/quota.c 	fdq->d_spc_softlimit = be64_to_cpu(qlvb->qb_warn) << sdp->sd_sb.sb_bsize_shift;
qb_warn          1695 fs/gfs2/quota.c 	    ((fdq->d_spc_softlimit >> sdp->sd_sb.sb_bsize_shift) == be64_to_cpu(qd->qd_qb.qb_warn)))
qb_warn           531 include/uapi/linux/gfs2_ondisk.h         __be64 qb_warn;       /* Warn user when alloc is above this # */