Symbol: pathname_t
test/stress/fsstress/fsstress.c
1032
open_path(pathname_t *name, int oflag)
test/stress/fsstress/fsstress.c
1035
pathname_t newname;
test/stress/fsstress/fsstress.c
1051
opendir_path(pathname_t *name)
test/stress/fsstress/fsstress.c
1054
pathname_t newname;
test/stress/fsstress/fsstress.c
1092
readlink_path(pathname_t *name, char *lbuf, size_t lbufsiz)
test/stress/fsstress/fsstress.c
1095
pathname_t newname;
test/stress/fsstress/fsstress.c
1111
rename_path(pathname_t *name1, pathname_t *name2)
test/stress/fsstress/fsstress.c
1116
pathname_t newname1;
test/stress/fsstress/fsstress.c
1117
pathname_t newname2;
test/stress/fsstress/fsstress.c
1166
rmdir_path(pathname_t *name)
test/stress/fsstress/fsstress.c
1169
pathname_t newname;
test/stress/fsstress/fsstress.c
1185
separate_pathname(pathname_t *name, char *buf, pathname_t *newname)
test/stress/fsstress/fsstress.c
1239
stat64_path(pathname_t *name, struct stat64 *sbuf)
test/stress/fsstress/fsstress.c
1242
pathname_t newname;
test/stress/fsstress/fsstress.c
1258
symlink_path(const char *name1, pathname_t *name)
test/stress/fsstress/fsstress.c
1261
pathname_t newname;
test/stress/fsstress/fsstress.c
1282
truncate64_path(pathname_t *name, off64_t length)
test/stress/fsstress/fsstress.c
1285
pathname_t newname;
test/stress/fsstress/fsstress.c
1301
unlink_path(pathname_t *name)
test/stress/fsstress/fsstress.c
1304
pathname_t newname;
test/stress/fsstress/fsstress.c
1370
pathname_t f;
test/stress/fsstress/fsstress.c
1427
pathname_t f;
test/stress/fsstress/fsstress.c
1494
pathname_t f;
test/stress/fsstress/fsstress.c
1555
pathname_t f;
test/stress/fsstress/fsstress.c
1612
pathname_t f;
test/stress/fsstress/fsstress.c
1636
pathname_t f;
test/stress/fsstress/fsstress.c
1728
pathname_t f;
test/stress/fsstress/fsstress.c
1819
pathname_t f;
test/stress/fsstress/fsstress.c
1899
pathname_t f;
test/stress/fsstress/fsstress.c
1933
pathname_t f;
test/stress/fsstress/fsstress.c
1986
pathname_t f;
test/stress/fsstress/fsstress.c
2018
pathname_t f;
test/stress/fsstress/fsstress.c
2045
pathname_t f;
test/stress/fsstress/fsstress.c
2049
pathname_t l;
test/stress/fsstress/fsstress.c
2094
pathname_t f;
test/stress/fsstress/fsstress.c
2130
pathname_t f;
test/stress/fsstress/fsstress.c
2167
pathname_t f;
test/stress/fsstress/fsstress.c
2227
pathname_t f;
test/stress/fsstress/fsstress.c
2249
pathname_t f;
test/stress/fsstress/fsstress.c
2253
pathname_t newf;
test/stress/fsstress/fsstress.c
2306
pathname_t f;
test/stress/fsstress/fsstress.c
235
void append_pathname(pathname_t *, char *);
test/stress/fsstress/fsstress.c
2359
pathname_t f;
test/stress/fsstress/fsstress.c
237
int attr_list_path(pathname_t *, char *, const int, int,
test/stress/fsstress/fsstress.c
2383
pathname_t f;
test/stress/fsstress/fsstress.c
239
int attr_remove_path(pathname_t *, const char *, int);
test/stress/fsstress/fsstress.c
240
int attr_set_path(pathname_t *, const char *, const char *, const int, int);
test/stress/fsstress/fsstress.c
2405
pathname_t f;
test/stress/fsstress/fsstress.c
243
int creat_path(pathname_t *, mode_t);
test/stress/fsstress/fsstress.c
2461
pathname_t f;
test/stress/fsstress/fsstress.c
2498
pathname_t f;
test/stress/fsstress/fsstress.c
251
void fent_to_name(pathname_t *, flist_t *, fent_t *);
test/stress/fsstress/fsstress.c
2524
pathname_t f;
test/stress/fsstress/fsstress.c
253
void free_pathname(pathname_t *);
test/stress/fsstress/fsstress.c
254
int generate_fname(fent_t *, int, pathname_t *, int *, int *);
test/stress/fsstress/fsstress.c
255
int get_fname(int, long, pathname_t *, flist_t **, fent_t **, int *);
test/stress/fsstress/fsstress.c
256
void init_pathname(pathname_t *);
test/stress/fsstress/fsstress.c
257
int lchown_path(pathname_t *, uid_t, gid_t);
test/stress/fsstress/fsstress.c
2578
pathname_t f;
test/stress/fsstress/fsstress.c
258
int link_path(pathname_t *, pathname_t *);
test/stress/fsstress/fsstress.c
259
int lstat64_path(pathname_t *, struct stat64 *);
test/stress/fsstress/fsstress.c
261
int mkdir_path(pathname_t *, mode_t);
test/stress/fsstress/fsstress.c
262
int mknod_path(pathname_t *, mode_t, dev_t);
test/stress/fsstress/fsstress.c
264
int open_path(pathname_t *, int);
test/stress/fsstress/fsstress.c
265
DIR *opendir_path(pathname_t *);
test/stress/fsstress/fsstress.c
267
int readlink_path(pathname_t *, char *, size_t);
test/stress/fsstress/fsstress.c
268
int rename_path(pathname_t *, pathname_t *);
test/stress/fsstress/fsstress.c
269
int rmdir_path(pathname_t *);
test/stress/fsstress/fsstress.c
270
void separate_pathname(pathname_t *, char *, pathname_t *);
test/stress/fsstress/fsstress.c
272
int stat64_path(pathname_t *, struct stat64 *);
test/stress/fsstress/fsstress.c
273
int symlink_path(const char *, pathname_t *);
test/stress/fsstress/fsstress.c
274
int truncate64_path(pathname_t *, off64_t);
test/stress/fsstress/fsstress.c
275
int unlink_path(pathname_t *);
test/stress/fsstress/fsstress.c
498
append_pathname(pathname_t *name, char *str)
test/stress/fsstress/fsstress.c
518
attr_list_path(pathname_t *name, char *buffer, const int buffersize, int flags,
test/stress/fsstress/fsstress.c
522
pathname_t newname;
test/stress/fsstress/fsstress.c
539
attr_remove_path(pathname_t *name, const char *attrname, int flags)
test/stress/fsstress/fsstress.c
542
pathname_t newname;
test/stress/fsstress/fsstress.c
558
attr_set_path(pathname_t *name, const char *attrname, const char *attrvalue,
test/stress/fsstress/fsstress.c
562
pathname_t newname;
test/stress/fsstress/fsstress.c
595
creat_path(pathname_t *name, mode_t mode)
test/stress/fsstress/fsstress.c
598
pathname_t newname;
test/stress/fsstress/fsstress.c
728
fent_to_name(pathname_t *name, flist_t *flp, fent_t *fep)
test/stress/fsstress/fsstress.c
763
free_pathname(pathname_t *name)
test/stress/fsstress/fsstress.c
773
generate_fname(fent_t *fep, int ft, pathname_t *name, int *idp, int *v)
test/stress/fsstress/fsstress.c
801
get_fname(int which, long r, pathname_t *name, flist_t **flpp, fent_t **fepp,
test/stress/fsstress/fsstress.c
855
init_pathname(pathname_t *name)
test/stress/fsstress/fsstress.c
862
lchown_path(pathname_t *name, uid_t owner, gid_t group)
test/stress/fsstress/fsstress.c
865
pathname_t newname;
test/stress/fsstress/fsstress.c
881
link_path(pathname_t *name1, pathname_t *name2)
test/stress/fsstress/fsstress.c
886
pathname_t newname1;
test/stress/fsstress/fsstress.c
887
pathname_t newname2;
test/stress/fsstress/fsstress.c
936
lstat64_path(pathname_t *name, struct stat64 *sbuf)
test/stress/fsstress/fsstress.c
939
pathname_t newname;
test/stress/fsstress/fsstress.c
972
mkdir_path(pathname_t *name, mode_t mode)
test/stress/fsstress/fsstress.c
975
pathname_t newname;
test/stress/fsstress/fsstress.c
991
mknod_path(pathname_t *name, mode_t mode, dev_t dev)
test/stress/fsstress/fsstress.c
994
pathname_t newname;