Home
last modified time | relevance | path

Searched defs:cifs_aio_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dcifsglob.h1402 struct cifs_aio_ctx { struct
1403 struct kref refcount;
1404 struct list_head list;
1405 struct mutex aio_mutex;
1406 struct completion done;
1407 struct iov_iter iter;
1408 struct kiocb *iocb;
1432 struct cifs_aio_ctx *ctx; argument