HomeSort by: relevance | last modified time | path
    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