Searched refs:wrtmp (Results 1 – 1 of 1) sorted by relevance
211 struct mount *wrtmp; in ffs_snapshot() local276 if (VOP_GETWRITEMOUNT(nd.ni_dvp, &wrtmp)) in ffs_snapshot()277 wrtmp = NULL; in ffs_snapshot()278 if (wrtmp != mp) in ffs_snapshot()280 vfs_rel(wrtmp); in ffs_snapshot()281 if (vn_start_write(NULL, &wrtmp, V_NOWAIT) != 0) { in ffs_snapshot()284 if ((error = vn_start_write(NULL, &wrtmp, in ffs_snapshot()293 vn_finished_write(wrtmp); in ffs_snapshot()436 vn_finished_write(wrtmp); in ffs_snapshot()438 vn_start_write(NULL, &wrtmp, V_WAIT); in ffs_snapshot()[all …]