Searched refs:V_MNTREF (Results 1 – 4 of 4) sorted by relevance
139 vn_start_write(NULL, &mp, V_WAIT | V_MNTREF);
1904 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL), in vn_start_write()1930 if (vp == NULL && (flags & V_MNTREF) == 0) in vn_start_write()1949 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL), in vn_start_secondary_write()1976 if (vp == NULL && (flags & V_MNTREF) == 0) in vn_start_secondary_write()
1804 vn_start_write(NULL, &mp, V_WAIT | V_MNTREF); in dounmount()
430 #define V_MNTREF 0x0010 /* vn_start_write: mp is already ref-ed */ macro