Searched refs:fs_truncate_file (Results 1 – 3 of 3) sorted by relevance
61 status_t fs_truncate_file(filehandle *handle, uint64_t len) __NONNULL((1));
280 status_t fs_truncate_file(filehandle *handle, uint64_t len) { in fs_truncate_file() function
618 status = fs_truncate_file(handle, 512); in test_truncate_file()
Completed in 5 milliseconds