OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PG_NEEDCOMMIT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/nfs/
nfs_bio.c
999
if ((pgs[i]->flags &
PG_NEEDCOMMIT
) == 0)
1010
pgs[i]->flags |=
PG_NEEDCOMMIT
| PG_RDONLY;
1067
pgs[i]->flags &= ~(
PG_NEEDCOMMIT
| PG_RDONLY);
1133
pgs[i]->flags &= ~(
PG_NEEDCOMMIT
| PG_RDONLY);
1366
pg->flags &= ~(
PG_NEEDCOMMIT
| PG_RDONLY);
nfs.h
163
#define
PG_NEEDCOMMIT
PG_PAGER1
nfs_subs.c
1770
*
PG_NEEDCOMMIT
pages will have to be written again. Since they are marked
1772
* the
PG_NEEDCOMMIT
flag. Once done the new write verifier can be set for
1805
pg->flags &= ~
PG_NEEDCOMMIT
;
Completed in 29 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025