Searched refs:append_pathname (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 239 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/ |
D | fsstress.c | 266 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/ |
D | fsstress-ltp.patch | 15 append_pathname(&f, ".");
|