OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_UNMOUNTING
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/coda/
cnode.h
118
#define
C_UNMOUNTING
0X20 /* Set if unmounting */
123
#define IS_UNMOUNTING(cp) ((cp)->c_flags &
C_UNMOUNTING
)
coda_subr.c
245
cp->c_flags |=
C_UNMOUNTING
;
265
if (cp && !(cp->c_flags &
C_UNMOUNTING
)) {
267
cp->c_flags |=
C_UNMOUNTING
;
coda_psdev.c
206
VTOC(mi->mi_rootvp)->c_flags |=
C_UNMOUNTING
;
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025