Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
Dnfs_node.h76 struct nfsnode struct
78 struct nfsnode *n_next; /* Retained in a singly linked list. */ argument
79 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 …]