Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/udf/
H A Dudf_subr.c6219 int mnt_async = (vp->v_mount->mnt_flag & MNT_ASYNC); in udf_update() local
6228 DPRINTF(CALL, ("\t\tmnt_async = %d\n", mnt_async)); in udf_update()
6265 if ((flags & IN_MODIFIED) && (mnt_async == 0)) { in udf_update()