Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h579 struct nfsnode { struct
583 LIST_ENTRY(nfsnode) n_hash; /* Hash chain */ argument
585 u_quad_t n_size; /* Current size of file */
586 u_quad_t n_newsize; /* new size of file (pending update) */
587 u_int64_t n_xid; /* last xid to loadattr */
588 struct nfs_vattr n_vattr; /* Vnode attribute cache */
589 time_t n_attrstamp; /* Attr. cache timestamp */
590 time_t n_aclstamp; /* ACL cache timestamp */
591 time_t n_evtstamp; /* last vnode event timestamp */
592 uint32_t n_events; /* pending vnode events */
[all …]