Home
last modified time | relevance | path

Searched refs:FI_ALLOCATED (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.sbin/makefs/
Dchfs.c186 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in chfs_populate_dir()
187 cur->inode->flags |= FI_ALLOCATED; in chfs_populate_dir()
Dmsdos.c235 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in msdos_populate_dir()
236 cur->inode->flags |= FI_ALLOCATED; in msdos_populate_dir()
Dmakefs.h87 FI_ALLOCATED = 1<<1, /* fsinode->ino allocated */ enumerator
Dffs.c771 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in ffs_populate_dir()
772 cur->inode->flags |= FI_ALLOCATED; in ffs_populate_dir()
Dcd9660.c1922 if ((inode->flags & FI_ALLOCATED) == 0) { in cd9660_compute_offsets()
1926 inode->flags |= FI_ALLOCATED; in cd9660_compute_offsets()
/netbsd/src/usr.sbin/makefs/v7fs/
Dv7fs_populate.c99 node->inode->flags |= FI_ALLOCATED; in allocate()
143 if ((fnode->nlink > 1) && (fnode->flags & FI_ALLOCATED)) { in file_copy()