Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Dinterface.c530 ret = vfs_truncate(&path, 0); in cachefiles_invalidate_object()
532 ret = vfs_truncate(&path, ni_size); in cachefiles_invalidate_object()
/Linux-v4.19/fs/
Dopen.c68 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate() function
118 EXPORT_SYMBOL_GPL(vfs_truncate);
132 error = vfs_truncate(&path, length); in do_sys_truncate()
/Linux-v4.19/security/keys/
Dbig_key.c319 vfs_truncate(path, 0); in big_key_revoke()
/Linux-v4.19/include/linux/
Dfs.h2436 extern long vfs_truncate(const struct path *, loff_t);