Searched refs:vfs_truncate (Results 1 – 7 of 7) sorted by relevance
526 ret = vfs_truncate(&path, 0); in cachefiles_invalidate_object()528 ret = vfs_truncate(&path, ni_size); in cachefiles_invalidate_object()
173 vfs_truncate(path, 0); in big_key_revoke()
70 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate() function120 EXPORT_SYMBOL_GPL(vfs_truncate);134 error = vfs_truncate(&path, length); in do_sys_truncate()
348 vfs_truncate(&wfile->f_path, body_len); in do_name()
1153 BTF_ID(func, vfs_truncate) in BTF_ID()
686 error = vfs_truncate(&f->f_path, size); in maybe_delete_incomplete_file()
2600 extern long vfs_truncate(const struct path *, loff_t);