Home
last modified time | relevance | path

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

/openbsd/usr.sbin/makefs/
H A Dmsdos.c183 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in msdos_populate_dir()
184 cur->inode->flags |= FI_ALLOCATED; in msdos_populate_dir()
H A Dmakefs.h76 FI_ALLOCATED = 1<<1, /* fsinode->ino allocated */ enumerator
H A Dffs.c700 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in ffs_populate_dir()
701 cur->inode->flags |= FI_ALLOCATED; in ffs_populate_dir()
H A Dcd9660.c1767 if ((inode->flags & FI_ALLOCATED) == 0) { in cd9660_compute_offsets()
1771 inode->flags |= FI_ALLOCATED; in cd9660_compute_offsets()