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

  /src/usr.sbin/makefs/
chfs.c 195 if (cur->inode->flags & FI_WRITTEN) {
198 cur->inode->flags |= FI_WRITTEN;
msdos.c 244 if (cur->inode->flags & FI_WRITTEN) {
247 cur->inode->flags |= FI_WRITTEN;
makefs.h 88 FI_WRITTEN = 1<<2, /* inode written */
udf.c 953 if (!(fnode->flags & FI_WRITTEN)) {
958 fnode->flags |= FI_WRITTEN;
ffs.c 805 if (cur->inode->flags & FI_WRITTEN)
807 cur->inode->flags |= FI_WRITTEN;
  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 279 if ((inode->flags & FI_WRITTEN) != 0) {
285 inode->flags |= FI_WRITTEN;

Completed in 15 milliseconds