Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/security/keys/
Dbig_key.c171 vfs_truncate(path, 0); in big_key_revoke()
/Linux-v5.15/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.15/init/
Dinitramfs.c360 vfs_truncate(&wfile->f_path, body_len); in do_name()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c874 BTF_ID(func, vfs_truncate) in BTF_ID()
/Linux-v5.15/fs/ksmbd/
Dvfs.c877 err = vfs_truncate(&filp->f_path, size); in ksmbd_vfs_truncate()
Dsmb2pdu.c2311 int rc = vfs_truncate(path, 0); in smb2_create_truncate()
/Linux-v5.15/include/linux/
Dfs.h2727 extern long vfs_truncate(const struct path *, loff_t);