Searched refs:vfs_fallocate (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | io-cmd-file.c | 322 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_execute_discard() 376 ret = vfs_fallocate(req->ns->file, mode, offset, len); in nvmet_file_write_zeroes_work()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | ioctl.c | 494 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 523 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
| H A D | open.c | 230 int vfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in vfs_fallocate() function 325 EXPORT_SYMBOL_GPL(vfs_fallocate); 333 error = vfs_fallocate(f.file, mode, offset, len); in ksys_fallocate()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | format.c | 146 result = vfs_fallocate(bfc->bc_file, 0, new_last_byte_offset, 1); in append_zeros()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | file.c | 527 ret = vfs_fallocate(real.file, mode, offset, len); in ovl_fallocate()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 1060 vfs_fallocate
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | madvise.c | 891 error = vfs_fallocate(f, in madvise_remove()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | bpf_trace.c | 1154 BTF_ID(func, vfs_fallocate) in BTF_ID()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | vfs.c | 601 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 2603 extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 4063 ret = vfs_fallocate(req->file, req->sync.mode, req->sync.off, in io_fallocate()
|