Home
last modified time | relevance | path

Searched refs:vn_lktype_write (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dvfs_vnops.c658 lock_flags = vn_lktype_write(mp, vp); in vn_rdwr()
1178 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_write()
3312 error = vn_lock(outvp, vn_lktype_write(mp, outvp)); in vn_write_outvp()
3750 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_deallocate_impl()
4255 vn_lktype_write(struct mount *mp, struct vnode *vp) in vn_lktype_write() function
H A Dvfs_syscalls.c3584 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in kern_fsync()
/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend_block.c603 vn_lock(be_lun->vn, vn_lktype_write(mountpoint, be_lun->vn) | in ctl_be_block_flush_file()
726 vn_lock(be_lun->vn, vn_lktype_write(mountpoint, in ctl_be_block_dispatch_file()
881 vn_lock(be_lun->vn, vn_lktype_write(mp, be_lun->vn) | LK_RETRY); in ctl_be_block_unmap_file()
/freebsd-14.2/sys/sys/
H A Dvnode.h1145 int vn_lktype_write(struct mount *mp, struct vnode *vp);
/freebsd-14.2/sys/vm/
H A Dvm_pageout.c642 if (vget(vp, vn_lktype_write(NULL, vp) | LK_TIMELOCK) != 0) { in vm_pageout_clean()