Home
last modified time | relevance | path

Searched refs:vfs_fallocate (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/
Dopen.c227 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function
318 EXPORT_SYMBOL_GPL(vfs_fallocate);
326 error = vfs_fallocate(f.file, mode, offset, len); in SYSCALL_DEFINE4()
Dioctl.c451 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
/linux-4.4.14/mm/
Dmadvise.c327 error = vfs_fallocate(f, in madvise_remove()
/linux-4.4.14/drivers/staging/android/
Dashmem.c449 vfs_fallocate(range->asma->file, in ashmem_shrink_scan()
/linux-4.4.14/fs/nfsd/
Dvfs.c510 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/linux-4.4.14/include/linux/
Dfs.h2223 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,