Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 9 of 9) sorted by relevance

/fs/quota/
DKconfig26 If you say Y here, quota warnings (about exceeding softlimit, reaching
31 bool "Print quota warnings to console (OBSOLETE)"
35 If you say Y here, quota warnings (about exceeding softlimit, reaching
/fs/xfs/
Dxfs_qm_syscalls.c259 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()
Dxfs_dquot.c140 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()
Dxfs_qm.c611 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()
Dxfs_dquot.h54 xfs_qwarncnt_t warnings; member
DKconfig135 Say Y here to get an XFS build with many additional warnings.
166 result in warnings.
Dxfs_trans_dquot.c601 (res->warnings != 0 && res->warnings >= qlim->warn)) { in xfs_dqresv_check()
/fs/affs/
DChanges11 in readdir()) gives compiler warnings but is
280 - Errors and warnings are now reported via a
/fs/befs/
DChangeLog170 * Fixed a couple of compile warnings due to use of malloc.h, when slab.h
209 * Fixed unused variable warnings when compiling without debugging.