Home
last modified time | relevance | path

Searched refs:vfs_truncate (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/cachefiles/
Dinterface.c526 ret = vfs_truncate(&path, 0); in cachefiles_invalidate_object()
528 ret = vfs_truncate(&path, ni_size); in cachefiles_invalidate_object()
/Linux-v5.10/security/keys/
Dbig_key.c173 vfs_truncate(path, 0); in big_key_revoke()
/Linux-v5.10/fs/
Dopen.c69 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate() function
119 EXPORT_SYMBOL_GPL(vfs_truncate);
133 error = vfs_truncate(&path, length); in do_sys_truncate()
/Linux-v5.10/init/
Dinitramfs.c347 vfs_truncate(&wfile->f_path, body_len); in do_name()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1168 BTF_ID(func, vfs_truncate) in BTF_ID()
/Linux-v5.10/include/linux/
Dfs.h2522 extern long vfs_truncate(const struct path *, loff_t);