Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Dbig_key.c131 vfs_truncate(path, 0); in big_key_revoke()
/linux-4.1.27/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.1.27/fs/
Dopen.c66 long vfs_truncate(struct path *path, loff_t length) in vfs_truncate() function
116 EXPORT_SYMBOL_GPL(vfs_truncate);
130 error = vfs_truncate(&path, length); in do_sys_truncate()
/linux-4.1.27/include/linux/
Dfs.h2195 extern long vfs_truncate(struct path *, loff_t);