Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_vnops.c656 lock_flags = vn_lktype_write(mp, vp); in vn_rdwr()
1176 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_write()
3310 error = vn_lock(outvp, vn_lktype_write(mp, outvp)); in vn_write_outvp()
3748 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_deallocate_impl()
4253 vn_lktype_write(struct mount *mp, struct vnode *vp) in vn_lktype_write() function
H A Dvfs_syscalls.c3581 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in kern_fsync()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c602 vn_lock(be_lun->vn, vn_lktype_write(mountpoint, be_lun->vn) | in ctl_be_block_flush_file()
725 vn_lock(be_lun->vn, vn_lktype_write(mountpoint, in ctl_be_block_dispatch_file()
880 vn_lock(be_lun->vn, vn_lktype_write(mp, be_lun->vn) | LK_RETRY); in ctl_be_block_unmap_file()
/freebsd/sys/sys/
H A Dvnode.h1142 int vn_lktype_write(struct mount *mp, struct vnode *vp);
/freebsd/sys/vm/
H A Dvm_pageout.c640 if (vget(vp, vn_lktype_write(NULL, vp) | LK_TIMELOCK) != 0) { in vm_pageout_clean()