Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dfs.h322 * fs_active is used when creating snapshots; it points to a bitmap
335 #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) \
H A Dffs_snapshot.c396 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()
H A Dffs_vfsops.c1017 fs->fs_active = NULL; in ffs_mountfs()
/freebsd/tools/tools/find-sb/
H A Dmini_ufs.h122 u_int *fs_active; /* (u) used by snapshots to track fs */ member