Symbol: dtfs_file
tests/fs/puffs/h_dtfs/dtfs.h
104
struct dtfs_file * dtfs_newdir(void);
tests/fs/puffs/h_dtfs/dtfs.h
105
struct dtfs_file * dtfs_newfile(void);
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
124
#define DTFS_CTOF(a) ((struct dtfs_file *)(((struct puffs_node *)a)->pn_data))
tests/fs/puffs/h_dtfs/dtfs.h
125
#define DTFS_PTOF(a) ((struct dtfs_file *)(a->pn_data))
tests/fs/puffs/h_dtfs/dtfs_subr.c
123
struct dtfs_file *
tests/fs/puffs/h_dtfs/dtfs_subr.c
126
struct dtfs_file *dff;
tests/fs/puffs/h_dtfs/dtfs_subr.c
128
dff = emalloc(sizeof(struct dtfs_file));
tests/fs/puffs/h_dtfs/dtfs_subr.c
129
memset(dff, 0, sizeof(struct dtfs_file));
tests/fs/puffs/h_dtfs/dtfs_subr.c
135
struct dtfs_file *
tests/fs/puffs/h_dtfs/dtfs_subr.c
138
struct dtfs_file *dff;
tests/fs/puffs/h_dtfs/dtfs_subr.c
140
dff = emalloc(sizeof(struct dtfs_file));
tests/fs/puffs/h_dtfs/dtfs_subr.c
141
memset(dff, 0, sizeof(struct dtfs_file));
tests/fs/puffs/h_dtfs/dtfs_subr.c
147
dtfs_dirgetnth(struct dtfs_file *searchdir, int n)
tests/fs/puffs/h_dtfs/dtfs_subr.c
163
dtfs_dirgetbyname(struct dtfs_file *searchdir, const char *fname, size_t fnlen)
tests/fs/puffs/h_dtfs/dtfs_subr.c
202
struct dtfs_file *df = DTFS_PTOF(pn);
tests/fs/puffs/h_dtfs/dtfs_subr.c
239
struct dtfs_file *df = DTFS_PTOF(pn);
tests/fs/puffs/h_dtfs/dtfs_subr.c
287
struct dtfs_file *dir = DTFS_PTOF(pn_dir);
tests/fs/puffs/h_dtfs/dtfs_subr.c
289
struct dtfs_file *file = DTFS_PTOF(pn_file);
tests/fs/puffs/h_dtfs/dtfs_subr.c
317
struct dtfs_file *df = DTFS_PTOF(pn_file);
tests/fs/puffs/h_dtfs/dtfs_subr.c
348
struct dtfs_file *df;
tests/fs/puffs/h_dtfs/dtfs_subr.c
84
struct dtfs_file *dff;
tests/fs/puffs/h_dtfs/dtfs_vfsops.c
125
struct dtfs_file *dff;
tests/fs/puffs/h_dtfs/dtfs_vfsops.c
48
struct dtfs_file *df = DTFS_PTOF(pn);
tests/fs/puffs/h_dtfs/dtfs_vnops.c
224
struct dtfs_file *df = DTFS_CTOF(targ);
tests/fs/puffs/h_dtfs/dtfs_vnops.c
318
struct dtfs_file *df_targ;
tests/fs/puffs/h_dtfs/dtfs_vnops.c
396
struct dtfs_file *df_new;
tests/fs/puffs/h_dtfs/dtfs_vnops.c
416
struct dtfs_file *df = DTFS_CTOF(opc);
tests/fs/puffs/h_dtfs/dtfs_vnops.c
457
struct dtfs_file *df = DTFS_CTOF(opc);
tests/fs/puffs/h_dtfs/dtfs_vnops.c
47
struct dtfs_file *df = DTFS_CTOF(opc);
tests/fs/puffs/h_dtfs/dtfs_vnops.c
495
struct dtfs_file *df = DTFS_CTOF(opc);