Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_kernel.h628 uint64_t lock_owner; member
664 uint64_t lock_owner; member
671 uint64_t lock_owner; member
679 uint64_t lock_owner; member
691 uint64_t lock_owner; member
H A Dfuse_file.c218 fri->lock_owner = td->td_proc->p_pid; in fuse_filehandle_close()
H A Dfuse_vnops.c310 ffi->lock_owner = td->td_proc->p_pid; in fuse_flush()
/freebsd/sys/kern/
H A Dkern_lockf.c104 static int lf_owner_matches(struct lock_owner *, caddr_t, struct flock *,
107 lf_alloc_lock(struct lock_owner *);
161 struct lock_owner *lo);
168 static void lf_print_owner(struct lock_owner *);
191 struct lock_owner { struct
192 LIST_ENTRY(lock_owner) lo_link; /* (l) hash chain */
202 LIST_HEAD(lock_owner_list, lock_owner); argument
259 struct lock_owner *v_owner; /* (c) corresponding lock owner */
320 lf_owner_matches(struct lock_owner *lo, caddr_t id, struct flock *fl, in lf_owner_matches()
332 lf_alloc_lock(struct lock_owner *lo) in lf_alloc_lock()
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Drelease.cc52 void expect_release(uint64_t ino, uint64_t lock_owner, in expect_release() argument
59 in.body.release.lock_owner == lock_owner && in expect_release()
H A Dflush.cc51 in.body.flush.lock_owner == (uint64_t)lo && in expect_flush()
129 in.body.flush.lock_owner == pid && in TEST_F()
H A Dmockfs.cc218 in.body.flush.lock_owner); in debug_request()
314 in.body.release.lock_owner); in debug_request()
/freebsd/sys/sys/
H A Dlockf.h75 struct lock_owner *lf_owner; /* (c) Owner of the lock */