Searched refs:vfs_fallocate (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ |
D | open.c | 225 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function 316 EXPORT_SYMBOL_GPL(vfs_fallocate); 324 error = vfs_fallocate(f.file, mode, offset, len); in SYSCALL_DEFINE4()
|
D | ioctl.c | 451 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
|
/linux-4.1.27/mm/ |
D | madvise.c | 325 error = vfs_fallocate(f, in madvise_remove()
|
/linux-4.1.27/drivers/staging/android/ |
D | ashmem.c | 449 vfs_fallocate(range->asma->file, in ashmem_shrink_scan()
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 551 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2198 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|