Searched refs:vfs_fallocate (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/ |
D | open.c | 227 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()
|
D | ioctl.c | 451 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
|
/linux-4.4.14/mm/ |
D | madvise.c | 327 error = vfs_fallocate(f, in madvise_remove()
|
/linux-4.4.14/drivers/staging/android/ |
D | ashmem.c | 449 vfs_fallocate(range->asma->file, in ashmem_shrink_scan()
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 510 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2223 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|