Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h1372 struct cifs_readdata { struct
1386 struct cifs_readdata *rdata, argument
1389 struct cifs_readdata *rdata, argument
1391 struct kvec iov[2];
1392 struct TCP_Server_Info *server;
1394 struct smbd_mr *mr;
1396 unsigned int pagesz;
1397 unsigned int page_offset;
1398 unsigned int tailsz;
1399 struct cifs_credits credits;
[all …]
/kernel/linux/linux-6.6/fs/smb/client/
Dcifsglob.h1507 struct cifs_readdata { struct
1508 struct kref refcount;
1509 struct list_head list;
1510 struct completion done;
1511 struct cifsFileInfo *cfile;
1512 struct address_space *mapping;
1513 struct cifs_aio_ctx *ctx;
1514 __u64 offset;
1515 ssize_t got_bytes;
1516 unsigned int bytes;
[all …]