Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ufs/ffs/
H A Dffs_inode.c252 int i, error, allerror, indiroff, waitforupdate; in ffs_truncate() local
281 waitforupdate = (flags & IO_SYNC) != 0 || !DOINGASYNC(vp); in ffs_truncate()
324 if ((error = ffs_update(vp, waitforupdate))) in ffs_truncate()
348 return (ffs_update(vp, waitforupdate)); in ffs_truncate()
381 return (ffs_update(vp, waitforupdate)); in ffs_truncate()
542 allerror = ffs_update(vp, waitforupdate); in ffs_truncate()
688 return (ffs_update(vp, waitforupdate)); in ffs_truncate()