OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_active
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ffs/
fs.h
167
* creation of new directories; and the fourth (
fs_active
) is used
330
u_char *
fs_active
; /* used by snapshots to track fs */
member in struct:fs
458
* Macros to access bits in the
fs_active
array.
462
if ((fs)->
fs_active
!= NULL) \
463
setbit((fs)->
fs_active
, (cg)); \
467
if ((fs)->
fs_active
!= NULL) \
468
clrbit((fs)->
fs_active
, (cg)); \
471
((fs)->
fs_active
!= NULL && isset((fs)->
fs_active
, (cg)))
fs.h
167
* creation of new directories; and the fourth (
fs_active
) is used
330
u_char *
fs_active
; /* used by snapshots to track fs */
member in struct:fs
458
* Macros to access bits in the
fs_active
array.
462
if ((fs)->
fs_active
!= NULL) \
463
setbit((fs)->
fs_active
, (cg)); \
467
if ((fs)->
fs_active
!= NULL) \
468
clrbit((fs)->
fs_active
, (cg)); \
471
((fs)->
fs_active
!= NULL && isset((fs)->
fs_active
, (cg)))
Completed in 57 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025