Home
last modified time | relevance | path

Searched refs:fuse_direntry (Results 1 – 1 of 1) sorted by relevance

/external/libfuse/lib/
Dfuse.c171 struct fuse_direntry { struct
174 struct fuse_direntry *next; argument
182 struct fuse_direntry *first;
183 struct fuse_direntry **last;
3451 struct fuse_direntry *de; in fuse_add_direntry_to_dh()
3453 de = malloc(sizeof(struct fuse_direntry)); in fuse_add_direntry_to_dh()
3619 static void free_direntries(struct fuse_direntry *de) in free_direntries()
3622 struct fuse_direntry *next = de->next; in free_direntries()
3673 struct fuse_direntry *de = dh->first; in readdir_fill_from_list()