Searched defs:nfsdir_s (Results 1 – 2 of 2) sorted by relevance
161 struct nfsdir_s struct163 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 */
360 struct nfsdir_s struct362 struct nfsdir_s* nfs_next; /* A list of opened directories. */ argument363 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 */