OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncurinodes
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_quota1.c
176
int
ncurinodes
, error;
local in function:lfs_chkiq1
187
ncurinodes
= dq->dq_curinodes + change;
188
if (
ncurinodes
>= 0)
189
dq->dq_curinodes =
ncurinodes
;
230
long
ncurinodes
= dq->dq_curinodes + change;
local in function:chkiqchg
236
if (
ncurinodes
>= dq->dq_ihardlimit && dq->dq_ihardlimit) {
250
if (
ncurinodes
>= dq->dq_isoftlimit && dq->dq_isoftlimit) {
/src/sys/ufs/ufs/
ufs_quota1.c
175
int
ncurinodes
, error;
local in function:chkiq1
186
ncurinodes
= dq->dq_curinodes + change;
187
if (
ncurinodes
>= 0)
188
dq->dq_curinodes =
ncurinodes
;
230
long
ncurinodes
= dq->dq_curinodes + change;
local in function:chkiqchg
236
if (
ncurinodes
>= dq->dq_ihardlimit && dq->dq_ihardlimit) {
250
if (
ncurinodes
>= dq->dq_isoftlimit && dq->dq_isoftlimit) {
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025