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

/linux-master/fs/
H A Daio.c255 static struct vfsmount *aio_mnt; variable in typeref:struct:vfsmount
263 struct inode *inode = alloc_anon_inode(aio_mnt->mnt_sb);
271 file = alloc_file_pseudo(inode, aio_mnt, "[aio]",
297 aio_mnt = kern_mount(&aio_fs);
298 if (IS_ERR(aio_mnt))

Completed in 199 milliseconds