Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h460 struct nfs_open_file { struct
462 TAILQ_ENTRY(nfs_open_file) nof_link; /* list of open files */ argument
464 struct nfs_open_owner * nof_owner; /* open owner */
465 nfsnode_t nof_np; /* nfsnode this open is for */
466 nfs_stateid nof_stateid; /* open stateid */
467 thread_t nof_creator; /* thread that created file */
468 uint32_t nof_opencnt; /* open file count */
469 uint16_t nof_flags; /* see below */
470 uint8_t nof_access:4; /* access mode for this open */
471 uint8_t nof_deny:4; /* deny mode for this open */
[all …]