Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c239 void append_pathname(pathname_t *, char *);
572 void append_pathname(pathname_t * name, char *str) in append_pathname() function
802 append_pathname(name, "/"); in fent_to_name()
806 append_pathname(name, buf); in fent_to_name()
846 append_pathname(name, "/"); in generate_fname()
848 append_pathname(name, buf); in generate_fname()
971 append_pathname(&newname2, "../"); in link_path()
972 append_pathname(&newname2, name2->path); in link_path()
979 append_pathname(&newname1, "../"); in link_path()
980 append_pathname(&newname1, name1->path); in link_path()
[all …]
/external/e2fsprogs/contrib/
Dfsstress.c266 void append_pathname(pathname_t *, char *);
599 void append_pathname(pathname_t * name, char *str) in append_pathname() function
829 append_pathname(name, "/"); in fent_to_name()
833 append_pathname(name, buf); in fent_to_name()
873 append_pathname(name, "/"); in generate_fname()
875 append_pathname(name, buf); in generate_fname()
998 append_pathname(&newname2, "../"); in link_path()
999 append_pathname(&newname2, name2->path); in link_path()
1006 append_pathname(&newname1, "../"); in link_path()
1007 append_pathname(&newname1, name1->path); in link_path()
[all …]
/external/autotest/client/tests/fsstress/
Dfsstress-ltp.patch15 append_pathname(&f, ".");