Searched refs:fs_active (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h99 * directories. A fourth pointer, fs_active, is used when creating
305 u_int *fs_active; /* (u) used by snapshots to track fs */ member in struct:ufs2_super_block
467 * Macros to access bits in the fs_active array.
469 #define ACTIVECGNUM(fs, cg) ((fs)->fs_active[(cg) / (NBBY * sizeof(int))])
472 if ((fs)->fs_active) \
476 if ((fs)->fs_active) \

Completed in 32 milliseconds