Searched refs:vfs_truncate (Results 1 – 11 of 11) sorted by relevance
/linux/fs/cachefiles/ |
A 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/security/keys/ |
A D | big_key.c | 171 vfs_truncate(path, 0); in big_key_revoke()
|
/linux/fs/ |
A 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/init/ |
A D | initramfs.c | 360 vfs_truncate(&wfile->f_path, body_len); in do_name()
|
/linux/fs/ksmbd/ |
A D | vfs.c | 877 err = vfs_truncate(&filp->f_path, size); in ksmbd_vfs_truncate()
|
A D | smb2pdu.c | 2329 int rc = vfs_truncate(path, 0); in smb2_create_truncate()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 920 BTF_ID(func, vfs_truncate) in BTF_ID()
|
/linux/include/linux/ |
A D | fs.h | 2727 extern long vfs_truncate(const struct path *, loff_t);
|
/linux/ |
A D | vmlinux.symvers | 6322 0x00000000 vfs_truncate vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 8397 ffff8000102431b4 T vfs_truncate
|
A D | .tmp_System.map | 8397 ffff8000102431b4 T vfs_truncate
|
Completed in 347 milliseconds