Home
last modified time | relevance | path

Searched refs:afs_read (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/afs/
Dfile.c191 void afs_put_read(struct afs_read *req) in afs_put_read()
226 int afs_fetch_data(struct afs_vnode *vnode, struct key *key, struct afs_read *desc) in afs_fetch_data()
267 struct afs_read *req; in afs_page_filler()
304 req = kzalloc(sizeof(struct afs_read) + sizeof(struct page *), in afs_page_filler()
404 static void afs_readpages_page_done(struct afs_call *call, struct afs_read *req) in afs_readpages_page_done()
434 struct afs_read *req; in afs_readpages_one()
455 req = kzalloc(sizeof(struct afs_read) + sizeof(struct page *) * n, in afs_readpages_one()
Dinternal.h176 struct afs_read { struct
186 void (*page_done)(struct afs_call *, struct afs_read *); argument
754 extern int afs_fetch_data(struct afs_vnode *, struct key *, struct afs_read *);
756 extern void afs_put_read(struct afs_read *);
779 extern int afs_fs_fetch_data(struct afs_fs_cursor *, struct afs_read *);
Dfsclient.c134 struct afs_read *read_req) in xdr_decode_AFSFetchStatus()
248 struct afs_read *read_req) in afs_decode_status()
468 struct afs_read *req = call->reply[2]; in afs_deliver_fs_fetch_data()
612 struct afs_read *req = call->reply[2]; in afs_fetch_data_destructor()
638 static int afs_fs_fetch_data64(struct afs_fs_cursor *fc, struct afs_read *req) in afs_fs_fetch_data64()
678 int afs_fs_fetch_data(struct afs_fs_cursor *fc, struct afs_read *req) in afs_fs_fetch_data()
Dwrite.c35 struct afs_read *req; in afs_fill_page()
40 req = kzalloc(sizeof(struct afs_read) + sizeof(struct page *), in afs_fill_page()
Ddir.c182 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir()
185 struct afs_read *req; in afs_read_dir()
415 struct afs_read *req; in afs_dir_iterate()