Home
last modified time | relevance | path

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

/linux-4.4.14/security/keys/
Dbig_key.c143 vfs_truncate(path, 0); in big_key_revoke()
/linux-4.4.14/fs/cachefiles/
Dinterface.c512 ret = vfs_truncate(&path, 0); in cachefiles_invalidate_object()
514 ret = vfs_truncate(&path, ni_size); in cachefiles_invalidate_object()
/linux-4.4.14/fs/
Dopen.c68 long vfs_truncate(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-4.4.14/include/linux/
Dfs.h2220 extern long vfs_truncate(struct path *, loff_t);