Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cachefiles/
Dinterface.c526 ret = vfs_truncate(&path, 0); in cachefiles_invalidate_object()
528 ret = vfs_truncate(&path, ni_size); in cachefiles_invalidate_object()
/Linux-v5.4/fs/
Dopen.c69 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.4/security/keys/
Dbig_key.c315 vfs_truncate(path, 0); in big_key_revoke()
/Linux-v5.4/include/linux/
Dfs.h2519 extern long vfs_truncate(const struct path *, loff_t);