Searched refs:warnings (Results 1 – 9 of 9) sorted by relevance
26 If you say Y here, quota warnings (about exceeding softlimit, reaching31 bool "Print quota warnings to console (OBSOLETE)"35 If you say Y here, quota warnings (about exceeding softlimit, reaching
259 res->warnings = warns; in xfs_setqlim_warns()440 dst->d_ino_warns = dqp->q_ino.warnings; in xfs_qm_scall_getquota_fill_qc()441 dst->d_spc_warns = dqp->q_blk.warnings; in xfs_qm_scall_getquota_fill_qc()446 dst->d_rt_spc_warns = dqp->q_rtb.warnings; in xfs_qm_scall_getquota_fill_qc()
140 res->warnings = 0; in xfs_qm_adjust_res_timer()578 dqp->q_blk.warnings = be16_to_cpu(ddqp->d_bwarns); in xfs_dquot_from_disk()579 dqp->q_ino.warnings = be16_to_cpu(ddqp->d_iwarns); in xfs_dquot_from_disk()580 dqp->q_rtb.warnings = be16_to_cpu(ddqp->d_rtbwarns); in xfs_dquot_from_disk()623 ddqp->d_bwarns = cpu_to_be16(dqp->q_blk.warnings); in xfs_dquot_to_disk()624 ddqp->d_iwarns = cpu_to_be16(dqp->q_ino.warnings); in xfs_dquot_to_disk()625 ddqp->d_rtbwarns = cpu_to_be16(dqp->q_rtb.warnings); in xfs_dquot_to_disk()
611 if (dqp->q_blk.warnings) in xfs_qm_init_timelimits()612 defq->blk.warn = dqp->q_blk.warnings; in xfs_qm_init_timelimits()613 if (dqp->q_ino.warnings) in xfs_qm_init_timelimits()614 defq->ino.warn = dqp->q_ino.warnings; in xfs_qm_init_timelimits()615 if (dqp->q_rtb.warnings) in xfs_qm_init_timelimits()616 defq->rtb.warn = dqp->q_rtb.warnings; in xfs_qm_init_timelimits()
54 xfs_qwarncnt_t warnings; member
135 Say Y here to get an XFS build with many additional warnings.166 result in warnings.
601 (res->warnings != 0 && res->warnings >= qlim->warn)) { in xfs_dqresv_check()
11 in readdir()) gives compiler warnings but is280 - Errors and warnings are now reported via a
170 * Fixed a couple of compile warnings due to use of malloc.h, when slab.h 209 * Fixed unused variable warnings when compiling without debugging.