Home
last modified time | relevance | path

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

/linux-6.8/fs/smb/client/
Dcifsglob.h1447 struct cifs_aio_ctx { struct
1448 struct kref refcount;
1449 struct list_head list;
1450 struct mutex aio_mutex;
1451 struct completion done;
1452 struct iov_iter iter;
1453 struct kiocb *iocb;
1477 struct cifs_aio_ctx *ctx; argument