Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dopen.c225 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()
Dioctl.c451 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
/linux-4.1.27/mm/
Dmadvise.c325 error = vfs_fallocate(f, in madvise_remove()
/linux-4.1.27/drivers/staging/android/
Dashmem.c449 vfs_fallocate(range->asma->file, in ashmem_shrink_scan()
/linux-4.1.27/fs/nfsd/
Dvfs.c551 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
/linux-4.1.27/include/linux/
Dfs.h2198 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,