Searched defs:nfsnode (Results 1 – 3 of 3) sorted by relevance
66 struct nfsnode { struct68 u_quad_t n_size; /* Current size of file */69 struct vattr n_vattr; /* Vnode attribute cache */70 time_t n_attrstamp; /* Attr. cache timestamp */71 struct timespec n_mtime; /* Prev modify time. */72 time_t n_ctime; /* Prev create time. */73 nfsfh_t *n_fhp; /* NFS File Handle */74 struct vnode *n_vnode; /* associated vnode */75 struct lockf_state *n_lockf; /* Locking record of file */76 struct rrwlock n_lock; /* NFSnode lock */[all …]
853 struct nfsnode nfsnode; in nfs_filestat() local
637 struct nfsnode nfsnode, *np = &nfsnode; in nfs_print() local