Searched refs:vfs_truncate (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/security/keys/ |
A D | big_key.c | 172 vfs_truncate(&payload->path, 0); in big_key_revoke()
|
/linux-6.3-rc2/fs/ |
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()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | interface.c | 242 ret = vfs_truncate(&file->f_path, dio_size); in cachefiles_shorten_object()
|
A D | namei.c | 485 ret = vfs_truncate(&file->f_path, ni_size); in cachefiles_create_tmpfile()
|
/linux-6.3-rc2/init/ |
A D | initramfs.c | 388 vfs_truncate(&wfile->f_path, body_len); in do_name()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | vfs.c | 873 err = vfs_truncate(&filp->f_path, size); in ksmbd_vfs_truncate()
|
A D | smb2pdu.c | 2336 int rc = vfs_truncate(path, 0); in smb2_create_truncate()
|
/linux-6.3-rc2/kernel/trace/ |
A D | bpf_trace.c | 929 BTF_ID(func, vfs_truncate) in BTF_ID()
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 2318 extern long vfs_truncate(const struct path *, loff_t);
|
Completed in 39 milliseconds