Home
last modified time | relevance | path

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

/Linux-v6.1/security/keys/
Dbig_key.c172 vfs_truncate(&payload->path, 0); in big_key_revoke()
/Linux-v6.1/fs/
Dopen.c70 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate() function
120 EXPORT_SYMBOL_GPL(vfs_truncate);
134 error = vfs_truncate(&path, length); in do_sys_truncate()
/Linux-v6.1/fs/cachefiles/
Dinterface.c242 ret = vfs_truncate(&file->f_path, dio_size); in cachefiles_shorten_object()
Dnamei.c485 ret = vfs_truncate(&file->f_path, ni_size); in cachefiles_create_tmpfile()
/Linux-v6.1/init/
Dinitramfs.c387 vfs_truncate(&wfile->f_path, body_len); in do_name()
/Linux-v6.1/fs/ksmbd/
Dvfs.c872 err = vfs_truncate(&filp->f_path, size); in ksmbd_vfs_truncate()
Dsmb2pdu.c2350 int rc = vfs_truncate(path, 0); in smb2_create_truncate()
/Linux-v6.1/kernel/trace/
Dbpf_trace.c928 BTF_ID(func, vfs_truncate) in BTF_ID()
/Linux-v6.1/include/linux/
Dfs.h2757 extern long vfs_truncate(const struct path *, loff_t);