Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h589 struct nfsnode { struct
593 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */ argument
595 u_quad_t n_size; /* Current size of file */
596 u_quad_t n_newsize; /* new size of file (pending update) */
597 u_int64_t n_xid; /* last xid to loadattr */
598 struct nfs_vattr n_vattr; /* Vnode attribute cache */
599 time_t n_attrstamp; /* Attr. cache timestamp */
600 time_t n_aclstamp; /* ACL cache timestamp */
601 time_t n_evtstamp; /* last vnode event timestamp */
602 uint32_t n_events; /* pending vnode events */
[all …]