HomeSort by: relevance | last modified time | path
    Searched defs:mnt_async (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf_subr.c 6219 int mnt_async = (vp->v_mount->mnt_flag & MNT_ASYNC); local in function:udf_update
6228 DPRINTF(CALL, ("\t\tmnt_async = %d\n", mnt_async));
6265 if ((flags & IN_MODIFIED) && (mnt_async == 0)) {
udf_subr.c 6219 int mnt_async = (vp->v_mount->mnt_flag & MNT_ASYNC); local in function:udf_update
6228 DPRINTF(CALL, ("\t\tmnt_async = %d\n", mnt_async));
6265 if ((flags & IN_MODIFIED) && (mnt_async == 0)) {

Completed in 31 milliseconds