Searched defs:nfsnode (Results 1 – 1 of 1) sorted by relevance
76 struct nfsnode struct78 struct nfsnode *n_next; /* Retained in a singly linked list. */ argument79 uint8_t n_crefs; /* Reference count (for nfs_dup) */80 uint8_t n_type; /* File type */81 uint8_t n_fhsize; /* Size in bytes of the file handle */82 uint8_t n_pfhsize; /* Size in bytes of the file handle of parent */83 uint8_t n_flags; /* Node flags */84 uint16_t n_mode; /* File mode for fstat() */85 time_t n_atime; /* File access time */86 time_t n_ctime; /* File creation time */[all …]