Home
last modified time | relevance | path

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

/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h161 struct nfsdir_s struct
163 uint8_t nfs_fhsize; /* Length of the file handle */
164 uint8_t nfs_fhandle[DIRENT_NFS_MAXHANDLE]; /* File handle (max size allocated) */
165 uint8_t nfs_verifier[DIRENT_NFS_VERFLEN]; /* Cookie verifier */
166 uint32_t nfs_cookie[2]; /* Cookie */
/third_party/NuttX/fs/nfs/
Dnfs_proto.h360 struct nfsdir_s struct
362 struct nfsdir_s* nfs_next; /* A list of opened directories. */ argument
363 uint8_t nfs_fhsize; /* Length of the file handle */
364 uint8_t nfs_fhandle[DIRENT_NFS_MAXHANDLE]; /* File handle (max size allocated) */
365 uint8_t nfs_verifier[DIRENT_NFS_VERFLEN]; /* Cookie verifier */
366 uint32_t nfs_cookie[2]; /* Cookie */
367 struct fs_dirent_s *nfs_dir; /* Directory pointer from VFS */
368 struct entry3 *nfs_entries; /* Directory pointer from VFS */