Searched refs:VOP_LOCK (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/security/audit/ |
| H A D | audit_worker.c | 120 VOP_LOCK(vp, LK_EXCLUSIVE | LK_RETRY); in audit_worker_sync_vp()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_subr.c | 1163 if (VOP_LOCK(vp, LK_EXCLUSIVE|LK_NOWAIT) != 0) { in vlrureclaim() 1589 if (VOP_LOCK(vp, LK_EXCLUSIVE | LK_NOWAIT) != 0) { in vtryrecycle() 3207 error = VOP_LOCK(vp, LK_UPGRADE | LK_INTERLOCK | in vput_final() 3214 error = VOP_LOCK(vp, LK_TRYUPGRADE | LK_INTERLOCK); in vput_final() 3231 VOP_LOCK(vp, LK_EXCLUSIVE); in vput_final() 3802 VOP_LOCK(rootvp, LK_EXCLUSIVE|LK_INTERLOCK); in vflush()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 979 err = VOP_LOCK(*vpp, LK_TRYUPGRADE | LK_INTERLOCK); in zfsctl_snapdir_lookup()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 974 #define VOP_LOCK(vp, flags) VOP_LOCK1(vp, flags, __FILE__, __LINE__) macro
|