Searched refs:lock_flags (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/fs/autofs/ |
| HD | autofs_vnops.c | 140 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/ |
| HD | nfsdumpstate.c | 62 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/ |
| HD | vfs_vnops.c | 286 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 …]
|
| HD | vfs_syscalls.c | 3446 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/ |
| HD | sdp_zcopy.c | 646 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/ |
| HD | ctl_backend_block.c | 567 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/ |
| HD | drm.h | 948 unsigned int lock_flags; member
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 1536 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()
|