Home
last modified time | relevance | path

Searched defs:nfs_lock_owner (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h548 struct nfs_lock_owner { struct
550 TAILQ_ENTRY(nfs_lock_owner) nlo_link; /* List of lock owners (on nfsnode) */ argument
551 struct nfs_open_owner * nlo_open_owner; /* corresponding open owner */
552 struct nfs_file_lock_queue nlo_locks; /* list of locks held */
553 struct nfs_file_lock nlo_alock; /* most lockers will only ever have one */
554 struct timeval nlo_pid_start; /* Start time of process id */
555 caddr_t nlo_lockid; /* lock identifier received by VNOP_ADVLOCK */
556 pid_t nlo_pid; /* lock-owning process ID */
557 os_refcnt_t nlo_refcnt; /* # outstanding references */
558 uint32_t nlo_flags; /* see below */
[all …]