Home
last modified time | relevance | path

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

/src/sys/ufs/ffs/
H A Dffs_inode.c248 int needextclean, extblocks; in ffs_truncate() local
288 needextclean = 0; in ffs_truncate()
304 needextclean = 1; in ffs_truncate()
344 if (needextclean) in ffs_truncate()
350 if (needextclean) in ffs_truncate()
436 flags = IO_NORMAL | (needextclean ? IO_EXT: 0); in ffs_truncate()