Searched refs:vfs_truncate (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/fs/cachefiles/ |
D | interface.c | 526 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/ |
D | big_key.c | 171 vfs_truncate(path, 0); in big_key_revoke()
|
/Linux-v5.15/fs/ |
D | open.c | 69 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/ |
D | initramfs.c | 360 vfs_truncate(&wfile->f_path, body_len); in do_name()
|
/Linux-v5.15/kernel/trace/ |
D | bpf_trace.c | 874 BTF_ID(func, vfs_truncate) in BTF_ID()
|
/Linux-v5.15/fs/ksmbd/ |
D | vfs.c | 877 err = vfs_truncate(&filp->f_path, size); in ksmbd_vfs_truncate()
|
D | smb2pdu.c | 2311 int rc = vfs_truncate(path, 0); in smb2_create_truncate()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2727 extern long vfs_truncate(const struct path *, loff_t);
|