Searched refs:fs_active (Results 1 – 4 of 4) sorted by relevance
322 * fs_active is used when creating snapshots; it points to a bitmap335 #define fs_active fs_si->si_active macro 555 * Macros to access bits in the fs_active array.557 #define ACTIVECGNUM(fs, cg) ((fs)->fs_active[(cg) / (NBBY * sizeof(uint64_t))])560 if ((fs)->fs_active) \564 if ((fs)->fs_active) \
396 fs->fs_active = space; in ffs_snapshot() 871 if (fs->fs_active != 0) { in ffs_snapshot() 872 free(fs->fs_active, M_DEVBUF); in ffs_snapshot() 873 fs->fs_active = 0; in ffs_snapshot()
1017 fs->fs_active = NULL; in ffs_mountfs()
122 u_int *fs_active; /* (u) used by snapshots to track fs */ member