HomeSort by: relevance | last modified time | path
    Searched defs:ncurblocks (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota1.c 68 int ncurblocks, error; local in function:lfs_chkdq1
79 ncurblocks = dq->dq_curblocks + change;
80 if (ncurblocks >= 0)
81 dq->dq_curblocks = ncurblocks;
123 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
129 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
143 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {
ulfs_quota1.c 68 int ncurblocks, error; local in function:lfs_chkdq1
79 ncurblocks = dq->dq_curblocks + change;
80 if (ncurblocks >= 0)
81 dq->dq_curblocks = ncurblocks;
123 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
129 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
143 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {
ulfs_quota1.c 68 int ncurblocks, error; local in function:lfs_chkdq1
79 ncurblocks = dq->dq_curblocks + change;
80 if (ncurblocks >= 0)
81 dq->dq_curblocks = ncurblocks;
123 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
129 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
143 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {
ulfs_quota1.c 68 int ncurblocks, error; local in function:lfs_chkdq1
79 ncurblocks = dq->dq_curblocks + change;
80 if (ncurblocks >= 0)
81 dq->dq_curblocks = ncurblocks;
123 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
129 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
143 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {
  /src/sys/ufs/ufs/
ufs_quota1.c 67 int ncurblocks, error; local in function:chkdq1
78 ncurblocks = dq->dq_curblocks + change;
79 if (ncurblocks >= 0)
80 dq->dq_curblocks = ncurblocks;
122 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
128 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
142 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {
ufs_quota1.c 67 int ncurblocks, error; local in function:chkdq1
78 ncurblocks = dq->dq_curblocks + change;
79 if (ncurblocks >= 0)
80 dq->dq_curblocks = ncurblocks;
122 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
128 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
142 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {
ufs_quota1.c 67 int ncurblocks, error; local in function:chkdq1
78 ncurblocks = dq->dq_curblocks + change;
79 if (ncurblocks >= 0)
80 dq->dq_curblocks = ncurblocks;
122 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
128 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
142 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {
ufs_quota1.c 67 int ncurblocks, error; local in function:chkdq1
78 ncurblocks = dq->dq_curblocks + change;
79 if (ncurblocks >= 0)
80 dq->dq_curblocks = ncurblocks;
122 long ncurblocks = dq->dq_curblocks + change; local in function:chkdqchg
128 if (ncurblocks >= dq->dq_bhardlimit && dq->dq_bhardlimit) {
142 if (ncurblocks >= dq->dq_bsoftlimit && dq->dq_bsoftlimit) {

Completed in 46 milliseconds