Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcifsglob.h1418 struct cifs_aio_ctx { struct
1419 struct kref refcount;
1420 struct list_head list;
1421 struct mutex aio_mutex;
1422 struct completion done;
1423 struct iov_iter iter;
1447 struct cifs_aio_ctx *ctx; argument