Searched refs:vn_lktype_write (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_vnops.c | 658 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 D | vfs_syscalls.c | 3584 vn_lock(vp, vn_lktype_write(mp, vp) | LK_RETRY); in kern_fsync()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_backend_block.c | 603 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 D | vnode.h | 1145 int vn_lktype_write(struct mount *mp, struct vnode *vp);
|
| /freebsd-14.2/sys/vm/ |
| H A D | vm_pageout.c | 642 if (vget(vp, vn_lktype_write(NULL, vp) | LK_TIMELOCK) != 0) { in vm_pageout_clean()
|