Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 4 of 4) sorted by relevance

/fs/afs/
Dfile.c221 struct afs_read *req = op->fetch.req; in afs_fetch_data_notify()
245 atomic_long_add(op->fetch.req->actual_len, &op->net->n_fetch_bytes); in afs_fetch_data_success()
251 op->fetch.req->error = op->error; in afs_fetch_data_put()
252 afs_put_read(op->fetch.req); in afs_fetch_data_put()
287 op->fetch.req = afs_get_read(req); in afs_fetch_data()
Dfsclient.c304 struct afs_read *req = op->fetch.req; in afs_deliver_fs_fetch_data()
424 struct afs_read *req = op->fetch.req; in afs_fs_fetch_data64()
456 struct afs_read *req = op->fetch.req; in afs_fs_fetch_data()
Dyfsclient.c360 struct afs_read *req = op->fetch.req; in yfs_deliver_fs_fetch_data64()
471 struct afs_read *req = op->fetch.req; in yfs_fs_fetch_data()
Dinternal.h824 } fetch; member