Searched refs:FI_ALLOCATED (Results 1 – 6 of 6) sorted by relevance
186 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in chfs_populate_dir()187 cur->inode->flags |= FI_ALLOCATED; in chfs_populate_dir()
235 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in msdos_populate_dir()236 cur->inode->flags |= FI_ALLOCATED; in msdos_populate_dir()
87 FI_ALLOCATED = 1<<1, /* fsinode->ino allocated */ enumerator
771 if ((cur->inode->flags & FI_ALLOCATED) == 0) { in ffs_populate_dir()772 cur->inode->flags |= FI_ALLOCATED; in ffs_populate_dir()
1922 if ((inode->flags & FI_ALLOCATED) == 0) { in cd9660_compute_offsets()1926 inode->flags |= FI_ALLOCATED; in cd9660_compute_offsets()
99 node->inode->flags |= FI_ALLOCATED; in allocate()143 if ((fnode->nlink > 1) && (fnode->flags & FI_ALLOCATED)) { in file_copy()