Symbol: dtfs_dirent
tests/fs/puffs/h_dtfs/dtfs.h
106
struct dtfs_dirent * dtfs_dirgetnth(struct dtfs_file *, int);
tests/fs/puffs/h_dtfs/dtfs.h
107
struct dtfs_dirent * dtfs_dirgetbyname(struct dtfs_file *,
tests/fs/puffs/h_dtfs/dtfs.h
115
void dtfs_adddent(struct puffs_node *, struct dtfs_dirent *);
tests/fs/puffs/h_dtfs/dtfs.h
116
void dtfs_removedent(struct puffs_node *, struct dtfs_dirent *);
tests/fs/puffs/h_dtfs/dtfs.h
65
LIST_HEAD(, dtfs_dirent) dirents;
tests/fs/puffs/h_dtfs/dtfs.h
85
LIST_ENTRY(dtfs_dirent) dfd_entries;
tests/fs/puffs/h_dtfs/dtfs_subr.c
110
dfd = emalloc(sizeof(struct dtfs_dirent));
tests/fs/puffs/h_dtfs/dtfs_subr.c
146
struct dtfs_dirent *
tests/fs/puffs/h_dtfs/dtfs_subr.c
149
struct dtfs_dirent *dirent;
tests/fs/puffs/h_dtfs/dtfs_subr.c
162
struct dtfs_dirent *
tests/fs/puffs/h_dtfs/dtfs_subr.c
165
struct dtfs_dirent *dirent;
tests/fs/puffs/h_dtfs/dtfs_subr.c
182
struct dtfs_dirent *dfd;
tests/fs/puffs/h_dtfs/dtfs_subr.c
285
dtfs_adddent(struct puffs_node *pn_dir, struct dtfs_dirent *dent)
tests/fs/puffs/h_dtfs/dtfs_subr.c
310
dtfs_removedent(struct puffs_node *pn_dir, struct dtfs_dirent *dent)
tests/fs/puffs/h_dtfs/dtfs_subr.c
85
struct dtfs_dirent *dfd;
tests/fs/puffs/h_dtfs/dtfs_vnops.c
243
struct dtfs_dirent *dfd_nth;
tests/fs/puffs/h_dtfs/dtfs_vnops.c
317
struct dtfs_dirent *dfd_src;
tests/fs/puffs/h_dtfs/dtfs_vnops.c
376
struct dtfs_dirent *dfd;
tests/fs/puffs/h_dtfs/dtfs_vnops.c
378
dfd = emalloc(sizeof(struct dtfs_dirent));
tests/fs/puffs/h_dtfs/dtfs_vnops.c
48
struct dtfs_dirent *dfd;