Home
last modified time | relevance | path

Searched refs:FI_ROOT (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/makefs/zfs/
H A Dfs.c537 assert((cur->inode->flags & FI_ROOT) == 0); in fs_populate_file()
639 if ((cur->inode->flags & FI_ROOT) == 0) { in fs_populate_dir()
660 assert((cur->inode->flags & (FI_ALLOCATED | FI_ROOT)) == 0); in fs_populate_symlink()
704 ret = (cur->inode->flags & FI_ROOT) != 0 ? 0 : 1; in fs_foreach_populate()
707 (cur->child == NULL || (cur->inode->flags & FI_ROOT) != 0)) { in fs_foreach_populate()
723 (cur->inode->flags & FI_ROOT) == 0); in fs_foreach_populate()
908 assert((cur->inode->flags & FI_ROOT) == 0); in fs_layout_one()
910 cur->inode->flags |= FI_ROOT; in fs_layout_one()
934 return ((cur->inode->flags & FI_ROOT) != 0 ? 0 : 1); in fs_foreach_mark()
/freebsd/usr.sbin/makefs/
H A Dmakefs.h79 FI_ROOT = 1<<3, /* root of a ZFS dataset */ enumerator