Home
last modified time | relevance | path

Searched refs:FI_WRITTEN (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/makefs/
H A Dmsdos.c237 if (cur->inode->flags & FI_WRITTEN) { in msdos_populate_dir()
240 cur->inode->flags |= FI_WRITTEN; in msdos_populate_dir()
H A Dmakefs.h78 FI_WRITTEN = 1<<2, /* inode written */ enumerator
H A Dffs.c841 if (cur->inode->flags & FI_WRITTEN) in ffs_populate_dir()
843 cur->inode->flags |= FI_WRITTEN; in ffs_populate_dir()
H A Dffs.c841 if (cur->inode->flags & FI_WRITTEN) in ffs_populate_dir()
843 cur->inode->flags |= FI_WRITTEN; in ffs_populate_dir()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c280 if ((inode->flags & FI_WRITTEN) != 0) { in cd9660_write_file()
286 inode->flags |= FI_WRITTEN; in cd9660_write_file()