Searched defs:nfs_open_file (Results 1 – 1 of 1) sorted by relevance
450 struct nfs_open_file { struct452 TAILQ_ENTRY(nfs_open_file) nof_link; /* list of open files */ argument454 struct nfs_open_owner * nof_owner; /* open owner */455 nfsnode_t nof_np; /* nfsnode this open is for */456 nfs_stateid nof_stateid; /* open stateid */457 thread_t nof_creator; /* thread that created file */458 uint32_t nof_opencnt; /* open file count */459 uint16_t nof_flags; /* see below */460 uint8_t nof_access:4; /* access mode for this open */461 uint8_t nof_deny:4; /* deny mode for this open */[all …]