Home | History | Annotate | Download | only in ffs

Lines Matching refs:a_flags

243 		int a_flags;
251 flags = ap->a_flags;
295 int a_flags;
312 error = ffs_full_fsync(vp, ap->a_flags);
328 ((ap->a_flags & FSYNC_WAIT) ? PGO_SYNCIO : 0));
342 if ((ap->a_flags & (FSYNC_DATAONLY | FSYNC_LAZY)) != 0) {
354 ((ap->a_flags & FSYNC_WAIT) ? UPDATE_WAIT : 0));
357 if (error || (ap->a_flags & FSYNC_NOLOG) != 0) {
389 if (ap->a_flags & FSYNC_WAIT) {
397 (((ap->a_flags & (FSYNC_WAIT | FSYNC_DATAONLY)) == FSYNC_WAIT)
400 if (error == 0 && ap->a_flags & FSYNC_CACHE) {