Searched refs:afs_read (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/afs/ |
D | file.c | 189 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() 276 struct afs_read *req; in afs_page_filler() 414 static void afs_readpages_page_done(struct afs_read *req) in afs_readpages_page_done() 444 struct afs_read *req; in afs_readpages_one()
|
D | internal.h | 137 struct afs_read *read_request; 224 struct afs_read { struct 236 void (*page_done)(struct afs_read *); argument 933 extern int afs_fetch_data(struct afs_vnode *, struct key *, struct afs_read *); 935 extern void afs_put_read(struct afs_read *); 954 extern int afs_fs_fetch_data(struct afs_fs_cursor *, struct afs_status_cb *, struct afs_read *); 1355 extern int yfs_fs_fetch_data(struct afs_fs_cursor *, struct afs_status_cb *, struct afs_read *);
|
D | dir.c | 164 static bool afs_dir_check_pages(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_check_pages() 214 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir() 217 struct afs_read *req; in afs_read_dir() 448 struct afs_read *req; in afs_dir_iterate()
|
D | fsclient.c | 320 struct afs_read *req = call->read_request; in afs_deliver_fs_fetch_data() 449 struct afs_read *req = call->read_request; in afs_fetch_data_destructor() 477 struct afs_read *req) in afs_fs_fetch_data64() 519 struct afs_read *req) in afs_fs_fetch_data()
|
D | write.c | 31 struct afs_read *req; in afs_fill_page()
|
D | yfsclient.c | 438 struct afs_read *req = call->read_request; in yfs_deliver_fs_fetch_data64() 584 struct afs_read *req) in yfs_fs_fetch_data()
|