HomeSort by: relevance | last modified time | path
    Searched refs:FI_ALLOCATED (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/makefs/
chfs.c 186 if ((cur->inode->flags & FI_ALLOCATED) == 0) {
187 cur->inode->flags |= FI_ALLOCATED;
msdos.c 235 if ((cur->inode->flags & FI_ALLOCATED) == 0) {
236 cur->inode->flags |= FI_ALLOCATED;
makefs.h 87 FI_ALLOCATED = 1<<1, /* fsinode->ino allocated */
ffs.c 771 if ((cur->inode->flags & FI_ALLOCATED) == 0) {
772 cur->inode->flags |= FI_ALLOCATED;
cd9660.c 1922 if ((inode->flags & FI_ALLOCATED) == 0) {
1926 inode->flags |= FI_ALLOCATED;
  /src/usr.sbin/makefs/v7fs/
v7fs_populate.c 99 node->inode->flags |= FI_ALLOCATED;
143 if ((fnode->nlink > 1) && (fnode->flags & FI_ALLOCATED)) {

Completed in 38 milliseconds