Home
last modified time | relevance | path

Searched refs:truncate64_path (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/contrib/
Dfsstress.c304 int truncate64_path(pathname_t *, off64_t);
1351 int truncate64_path(pathname_t * name, off64_t length) in truncate64_path() function
1362 rval = truncate64_path(&newname, length); in truncate64_path()
2564 e = truncate64_path(&f, off) < 0 ? errno : 0; in truncate_f()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c277 int truncate64_path(pathname_t *, off64_t);
1326 int truncate64_path(pathname_t * name, off64_t length) in truncate64_path() function
1337 rval = truncate64_path(&newname, length); in truncate64_path()
2539 e = truncate64_path(&f, off) < 0 ? errno : 0; in truncate_f()