Home
last modified time | relevance | path

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

/linux-6.15/security/keys/
H A Dbig_key.c172 vfs_truncate(&payload->path, 0); in big_key_revoke()
/linux-6.15/fs/
H A Dopen.c70 int vfs_truncate(const struct path *path, loff_t length) in vfs_truncate() function
124 EXPORT_SYMBOL_GPL(vfs_truncate);
138 error = vfs_truncate(&path, length); in do_sys_truncate()
/linux-6.15/fs/cachefiles/
H A Dinterface.c247 ret = vfs_truncate(&file->f_path, dio_size); in cachefiles_shorten_object()
H A Dnamei.c491 ret = vfs_truncate(&file->f_path, ni_size); in cachefiles_create_tmpfile()
/linux-6.15/init/
H A Dinitramfs.c392 vfs_truncate(&wfile->f_path, body_len); in do_name()
/linux-6.15/fs/smb/server/
H A Dvfs.c834 err = vfs_truncate(&filp->f_path, size); in ksmbd_vfs_truncate()
H A Dsmb2pdu.c2523 int rc = vfs_truncate(path, 0); in smb2_create_truncate()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c942 BTF_ID(func, vfs_truncate) in BTF_ID()
/linux-6.15/include/linux/
H A Dfs.h2793 int vfs_truncate(const struct path *, loff_t);