Home
last modified time | relevance | path

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

/fs/afs/
Dfile.c195 struct afs_read *afs_alloc_read(gfp_t gfp) in afs_alloc_read()
197 struct afs_read *req; in afs_alloc_read()
199 req = kzalloc(sizeof(struct afs_read), gfp); in afs_alloc_read()
209 void afs_put_read(struct afs_read *req) in afs_put_read()
221 struct afs_read *req = op->fetch.req; in afs_fetch_data_notify()
267 int afs_fetch_data(struct afs_vnode *vnode, struct afs_read *req) in afs_fetch_data()
295 struct afs_read *fsreq; in afs_req_issue_op()
319 struct afs_read *fsreq; in afs_symlink_readpage()
Dinternal.h203 struct afs_read { struct
216 void (*done)(struct afs_read *); argument
217 void (*cleanup)(struct afs_read *); argument
823 struct afs_read *req;
1068 extern int afs_fetch_data(struct afs_vnode *, struct afs_read *);
1069 extern struct afs_read *afs_alloc_read(gfp_t);
1070 extern void afs_put_read(struct afs_read *);
1072 static inline struct afs_read *afs_get_read(struct afs_read *req) in afs_get_read()
Ddir.c109 static void afs_dir_read_cleanup(struct afs_read *req) in afs_dir_read_cleanup()
191 static void afs_dir_dump(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_dump()
228 static int afs_dir_check(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_check()
280 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir()
283 struct afs_read *req; in afs_read_dir()
531 struct afs_read *req; in afs_dir_iterate()
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()