Searched refs:vn_lktype_write (Results 1 – 6 of 6) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_vnops.c | 703 lock_flags = vn_lktype_write(mp, vp); in vn_rdwr() 1315 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_write() 3542 error = vn_lock(outvp, vn_lktype_write(mp, outvp)); in vn_write_outvp() 3985 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in vn_deallocate_impl() 4490 vn_lktype_write(struct mount *mp, struct vnode *vp) in vn_lktype_write() function
|
| H A D | vfs_syscalls.c | 3673 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in kern_fsync()
|
| H A D | vfs_subr.c | 5943 if (vn_lktype_write(mp, vp) == LK_SHARED) in vop_fsync_debugprepost()
|
| /src/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()
|
| /src/sys/sys/ |
| H A D | vnode.h | 1195 int vn_lktype_write(struct mount *mp, struct vnode *vp);
|
| /src/sys/vm/ |
| H A D | vm_pageout.c | 640 if (vget(vp, vn_lktype_write(NULL, vp) | LK_TIMELOCK) != 0) { in vm_pageout_clean()
|