Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1472 struct cifs_aio_ctx { struct
1473 struct kref refcount;
1474 struct list_head list;
1475 struct mutex aio_mutex;
1476 struct completion done;
1477 struct iov_iter iter;
1478 struct kiocb *iocb;
1502 struct cifs_aio_ctx *ctx; argument