Searched refs:V_MNTREF (Results 1 – 3 of 3) sorted by relevance
1837 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL), in vn_start_write()1863 if (vp == NULL && (flags & V_MNTREF) == 0) in vn_start_write()1882 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL), in vn_start_secondary_write()1909 if (vp == NULL && (flags & V_MNTREF) == 0) in vn_start_secondary_write()
1772 vn_start_write(NULL, &mp, V_WAIT | V_MNTREF); in dounmount()
428 #define V_MNTREF 0x0010 /* vn_start_write: mp is already ref-ed */ macro