Searched refs:vn_lktype_write (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_vnops.c | 656 lock_flags = vn_lktype_write(mp, vp); in vn_rdwr() 1196 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_write() 3333 error = vn_lock(outvp, vn_lktype_write(mp, outvp)); in vn_write_outvp() 3771 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_deallocate_impl() 4276 vn_lktype_write(struct mount *mp, struct vnode *vp) in vn_lktype_write() function
|
H A D | vfs_syscalls.c | 3621 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in kern_fsync()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 622 vn_lock(be_lun->vn, vn_lktype_write(mountpoint, be_lun->vn) | in ctl_be_block_flush_file() 743 vn_lock(be_lun->vn, vn_lktype_write(mountpoint, in ctl_be_block_dispatch_file() 899 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 D | vnode.h | 1148 int vn_lktype_write(struct mount *mp, struct vnode *vp);
|
/freebsd/sys/vm/ |
H A D | vm_pageout.c | 615 if (vget(vp, vn_lktype_write(NULL, vp) | LK_TIMELOCK) != 0) { in vm_pageout_clean()
|