Searched defs:nfsnode (Results 1 – 4 of 4) sorted by relevance
104 struct nfsnode { struct106 u_quad_t n_size; /* Current size of file */107 u_quad_t n_brev; /* Modify rev when cached */108 struct vattr n_vattr; /* Vnode attribute cache */109 time_t n_attrstamp; /* Attr. cache timestamp */110 u_int32_t n_mode; /* ACCESS mode cache */111 uid_t n_modeuid; /* credentials having mode */112 time_t n_modestamp; /* mode cache timestamp */113 time_t n_mtime; /* Last known modified time */114 time_t n_ctime; /* Prev create time. */[all …]
56 __read_mostly static LIST_HEAD(nfsnodehashhead, nfsnode) *nfsnodehashtbl; in LIST_HEAD() argument
670 struct nfsnode nfsnode; in nfs_filestat() local
527 struct nfsnode nfsnode, *np = &nfsnode; in nfs_print() local