Symbol: lock_owner
sys/fs/fuse/fuse_file.c
218
fri->lock_owner = td->td_proc->p_pid;
sys/fs/fuse/fuse_kernel.h
628
uint64_t lock_owner;
sys/fs/fuse/fuse_kernel.h
664
uint64_t lock_owner;
sys/fs/fuse/fuse_kernel.h
671
uint64_t lock_owner;
sys/fs/fuse/fuse_kernel.h
679
uint64_t lock_owner;
sys/fs/fuse/fuse_kernel.h
691
uint64_t lock_owner;
sys/fs/fuse/fuse_vnops.c
310
ffi->lock_owner = td->td_proc->p_pid;
sys/kern/kern_lockf.c
104
static int lf_owner_matches(struct lock_owner *, caddr_t, struct flock *,
sys/kern/kern_lockf.c
107
lf_alloc_lock(struct lock_owner *);
sys/kern/kern_lockf.c
161
struct lock_owner *lo);
sys/kern/kern_lockf.c
168
static void lf_print_owner(struct lock_owner *);
sys/kern/kern_lockf.c
192
LIST_ENTRY(lock_owner) lo_link; /* (l) hash chain */
sys/kern/kern_lockf.c
2007
struct lock_owner *lo;
sys/kern/kern_lockf.c
202
LIST_HEAD(lock_owner_list, lock_owner);
sys/kern/kern_lockf.c
2394
graph_alloc_vertex(struct owner_graph *g, struct lock_owner *lo)
sys/kern/kern_lockf.c
259
struct lock_owner *v_owner; /* (c) corresponding lock owner */
sys/kern/kern_lockf.c
2596
lf_print_owner(struct lock_owner *lo)
sys/kern/kern_lockf.c
320
lf_owner_matches(struct lock_owner *lo, caddr_t id, struct flock *fl,
sys/kern/kern_lockf.c
332
lf_alloc_lock(struct lock_owner *lo)
sys/kern/kern_lockf.c
365
struct lock_owner *lo = lock->lf_owner;
sys/kern/kern_lockf.c
422
struct lock_owner *lo;
sys/kern/kern_lockf.c
506
lo = malloc(sizeof(struct lock_owner), M_LOCKF,
sys/sys/lockf.h
75
struct lock_owner *lf_owner; /* (c) Owner of the lock */
tests/sys/fs/fusefs/flush.cc
129
in.body.flush.lock_owner == pid &&
tests/sys/fs/fusefs/flush.cc
51
in.body.flush.lock_owner == (uint64_t)lo &&
tests/sys/fs/fusefs/mockfs.cc
218
in.body.flush.lock_owner);
tests/sys/fs/fusefs/mockfs.cc
314
in.body.release.lock_owner);
tests/sys/fs/fusefs/release.cc
52
void expect_release(uint64_t ino, uint64_t lock_owner,
tests/sys/fs/fusefs/release.cc
59
in.body.release.lock_owner == lock_owner &&