Home
last modified time | relevance | path

Searched refs:lock_flags (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/fs/autofs/
HDautofs_vnops.c140 int error, lock_flags; in autofs_trigger_vn() local
151 lock_flags = VOP_ISLOCKED(vp); in autofs_trigger_vn()
168 vn_lock(vp, lock_flags | LK_RETRY); in autofs_trigger_vn()
191 error = VFS_ROOT(vp->v_mountedhere, lock_flags, newvp); in autofs_trigger_vn()
217 int error, lock_flags; in autofs_lookup() local
269 lock_flags = VOP_ISLOCKED(newvp); in autofs_lookup()
270 if (lock_flags == 0) { in autofs_lookup()
/trueos/usr.sbin/nfsdumpstate/
HDnfsdumpstate.c62 static char *lock_flags(uint32_t);
198 lock_flags(lp[cnt].ndlck_flags), in dump_lockstate()
256 lock_flags(uint32_t flags) in lock_flags() function
/trueos/sys/kern/
HDvfs_vnops.c286 int error, have_flock, lock_flags, type; in vn_open_vnode() local
330 lock_flags = VOP_ISLOCKED(vp); in vn_open_vnode()
344 vn_lock(vp, lock_flags | LK_RETRY); in vn_open_vnode()
366 vn_lock(vp, lock_flags | LK_RETRY); in vn_open_vnode()
417 int error, lock_flags; local
421 lock_flags = LK_SHARED;
423 lock_flags = LK_EXCLUSIVE;
426 vn_lock(vp, lock_flags | LK_RETRY);
497 int error, lock_flags; in vn_rdwr() local
529 lock_flags = LK_SHARED; in vn_rdwr()
[all …]
HDvfs_syscalls.c3446 int error, lock_flags; local
3459 lock_flags = LK_SHARED;
3461 lock_flags = LK_EXCLUSIVE;
3463 vn_lock(vp, lock_flags | LK_RETRY);
/trueos/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_zcopy.c646 unsigned long lock_flags; in do_sdp_sendmsg_zcopy() local
697 spin_lock_irqsave(&ssk->tx_sa_lock, lock_flags); in do_sdp_sendmsg_zcopy()
699 spin_unlock_irqrestore(&ssk->tx_sa_lock, lock_flags); in do_sdp_sendmsg_zcopy()
/trueos/sys/cam/ctl/
HDctl_backend_block.c567 int error, lock_flags; in ctl_be_block_flush_file() local
581 lock_flags = LK_SHARED; in ctl_be_block_flush_file()
583 lock_flags = LK_EXCLUSIVE; in ctl_be_block_flush_file()
585 vn_lock(be_lun->vn, lock_flags | LK_RETRY); in ctl_be_block_flush_file()
690 int lock_flags; in ctl_be_block_dispatch_file() local
697 lock_flags = LK_SHARED; in ctl_be_block_dispatch_file()
699 lock_flags = LK_EXCLUSIVE; in ctl_be_block_dispatch_file()
701 vn_lock(be_lun->vn, lock_flags | LK_RETRY); in ctl_be_block_dispatch_file()
/trueos/sys/dev/drm/
HDdrm.h948 unsigned int lock_flags; member
/trueos/sys/fs/nfsserver/
HDnfs_nfsdstate.c1536 uint32_t lock_flags; in nfsrv_lockctrl() local
2162 lock_flags = new_lop->lo_flags; in nfsrv_lockctrl()
2201 nfsrv_locallock_commit(lfp, lock_flags, first, end); in nfsrv_lockctrl()