Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Daio.c212 static struct vfsmount *aio_mnt; variable
220 struct inode *inode = alloc_anon_inode(aio_mnt->mnt_sb); in aio_private_file()
228 file = alloc_file_pseudo(inode, aio_mnt, "[aio]", in aio_private_file()
257 aio_mnt = kern_mount(&aio_fs); in aio_setup()
258 if (IS_ERR(aio_mnt)) in aio_setup()