Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h558 struct nfs_lock_owner { struct
560 TAILQ_ENTRY(nfs_lock_owner) nlo_link; /* List of lock owners (on nfsnode) */ argument
561 struct nfs_open_owner * nlo_open_owner; /* corresponding open owner */
562 struct nfs_file_lock_queue nlo_locks; /* list of locks held */
563 struct nfs_file_lock nlo_alock; /* most lockers will only ever have one */
564 struct timeval nlo_pid_start; /* Start time of process id */
565 caddr_t nlo_lockid; /* lock identifier received by VNOP_ADVLOCK */
566 pid_t nlo_pid; /* lock-owning process ID */
567 os_refcnt_t nlo_refcnt; /* # outstanding references */
568 uint32_t nlo_flags; /* see below */
[all …]