Searched refs:aio (Results 26 - 28 of 28) sorted by relevance

12

/linux-master/fs/
H A Daio.c33 #include <linux/aio.h>
210 struct list_head ki_list; /* the aio core uses this
223 static unsigned long aio_nr; /* current system wide number of aio requests */
224 static unsigned long aio_max_nr = 0x10000; /* system wide maximum number of aio requests */
229 .procname = "aio-nr",
236 .procname = "aio-max-nr",
271 file = alloc_file_pseudo(inode, aio_mnt, "[aio]",
287 * Creates the slab caches used by the aio routines, panic on
293 .name = "aio",
299 panic("Failed to create aio f
[all...]
/linux-master/kernel/
H A Dfork.c89 #include <linux/aio.h>
/linux-master/fs/bcachefs/
H A Dfs.c30 #include <linux/aio.h>

Completed in 129 milliseconds

12