Home
last modified time | relevance | path

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

/linux/fs/afs/
A Dfile.c202 struct afs_read *afs_alloc_read(gfp_t gfp) in afs_alloc_read()
204 struct afs_read *req; in afs_alloc_read()
206 req = kzalloc(sizeof(struct afs_read), gfp); in afs_alloc_read()
216 void afs_put_read(struct afs_read *req) in afs_put_read()
228 struct afs_read *req = op->fetch.req; in afs_fetch_data_notify()
274 int afs_fetch_data(struct afs_vnode *vnode, struct afs_read *req) in afs_fetch_data()
302 struct afs_read *fsreq; in afs_req_issue_op()
326 struct afs_read *fsreq; in afs_symlink_readpage()
A Dinternal.h204 struct afs_read { struct
217 void (*done)(struct afs_read *); argument
218 void (*cleanup)(struct afs_read *); argument
822 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()
A Ddir.c109 static void afs_dir_read_cleanup(struct afs_read *req) in afs_dir_read_cleanup()
182 static void afs_dir_dump(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_dump()
217 static int afs_dir_check(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_check()
268 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir()
272 struct afs_read *req; in afs_read_dir()
493 struct afs_read *req; in afs_dir_iterate()
A 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()
A Dyfsclient.c354 struct afs_read *req = op->fetch.req; in yfs_deliver_fs_fetch_data64()
465 struct afs_read *req = op->fetch.req; in yfs_fs_fetch_data()

Completed in 30 milliseconds