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.h1473 struct cifs_aio_ctx { struct
1474 struct kref refcount;
1475 struct list_head list;
1476 struct mutex aio_mutex;
1477 struct completion done;
1478 struct iov_iter iter;
1479 struct kiocb *iocb;
1503 struct cifs_aio_ctx *ctx; argument