Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ufs/ufs/
H A Dufs_vfsops.c139 vn_start_write(NULL, &mp, V_WAIT | V_MNTREF);
/freebsd-13.1/sys/kern/
H A Dvfs_vnops.c1904 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()
H A Dvfs_mount.c1804 vn_start_write(NULL, &mp, V_WAIT | V_MNTREF); in dounmount()
/freebsd-13.1/sys/sys/
H A Dvnode.h430 #define V_MNTREF 0x0010 /* vn_start_write: mp is already ref-ed */ macro