Searched refs:WRITECLOSE (Results 1 – 6 of 6) sorted by relevance
389 #define WRITECLOSE 0x0004 /* vflush: only close writable files */ macro
261 flags = WRITECLOSE; in msdosfs_mount()
239 if ((error = ffs_flushfiles(mp, WRITECLOSE, td)) != 0 || in ffs_mount()266 flags = WRITECLOSE; in ffs_mount()
151 flags = WRITECLOSE; in ext2_mount()
1215 flags = WRITECLOSE; in nandfs_mount()
2669 KASSERT((flags & (SKIPSYSTEM | WRITECLOSE)) == 0, in vflush()2704 if (flags & WRITECLOSE) { in vflush()