Searched refs:vfs_truncate (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/security/keys/ |
H A D | big_key.c | 172 vfs_truncate(&payload->path, 0); in big_key_revoke()
|
/openbmc/linux/fs/ |
H A D | open.c | 71 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate() function 121 EXPORT_SYMBOL_GPL(vfs_truncate); 135 error = vfs_truncate(&path, length); in do_sys_truncate()
|
/openbmc/linux/fs/cachefiles/ |
H A D | interface.c | 247 ret = vfs_truncate(&file->f_path, dio_size); in cachefiles_shorten_object()
|
H A D | namei.c | 486 ret = vfs_truncate(&file->f_path, ni_size); in cachefiles_create_tmpfile()
|
/openbmc/linux/init/ |
H A D | initramfs.c | 390 vfs_truncate(&wfile->f_path, body_len); in do_name()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs.c | 841 err = vfs_truncate(&filp->f_path, size); in ksmbd_vfs_truncate()
|
H A D | smb2pdu.c | 2511 int rc = vfs_truncate(path, 0); in smb2_create_truncate() 2514 pr_err("vfs_truncate failed, rc %d\n", rc); in smb2_create_truncate()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 943 BTF_ID(func, vfs_truncate) in BTF_ID()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2497 extern long vfs_truncate(const struct path *, loff_t);
|