Searched refs:nfsdir_s (Results 1 – 4 of 4) sorted by relevance
161 struct nfsdir_s struct292 struct nfsdir_s nfs;
87 …struct nfsdir_s *nm_dir; /* A list of all directories opened on this mountpoint…
360 struct nfsdir_s struct362 struct nfsdir_s* nfs_next; /* A list of opened directories. */ argument
930 struct nfsdir_s *nfs_dir = NULL; in vfs_nfs_opendir()944 nfs_dir = (struct nfsdir_s *)malloc(sizeof(struct nfsdir_s)); in vfs_nfs_opendir()971 struct nfsdir_s *nfs_dir = NULL; in vfs_nfs_readdir()1004 nfs_dir = (struct nfsdir_s *)dir->u.fs_dir; in vfs_nfs_readdir()2689 struct nfsdir_s *prev = NULL; in vfs_nfs_closedir()2690 struct nfsdir_s *curr = NULL; in vfs_nfs_closedir()2691 struct nfsdir_s *nfs_dir; in vfs_nfs_closedir()2696 nfs_dir = (struct nfsdir_s *)(dir->u.fs_dir); in vfs_nfs_closedir()2714 for (prev = (struct nfsdir_s *)NULL, curr = nmp->nm_dir; in vfs_nfs_closedir()2925 struct nfsdir_s *nfs_dir = NULL; in vfs_nfs_rewinddir()[all …]