Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dfile.c218 struct afs_read *afs_alloc_read(gfp_t gfp) in afs_alloc_read()
220 struct afs_read *req; in afs_alloc_read()
222 req = kzalloc(sizeof(struct afs_read), gfp); in afs_alloc_read()
232 void afs_put_read(struct afs_read *req) in afs_put_read()
244 struct afs_read *req = op->fetch.req; in afs_fetch_data_notify()
290 int afs_fetch_data(struct afs_vnode *vnode, struct afs_read *req) in afs_fetch_data()
318 struct afs_read *fsreq; in afs_issue_read()
342 struct afs_read *fsreq; in afs_symlink_read_folio()
H A Dinternal.h203 struct afs_read { struct
216 void (*done)(struct afs_read *); argument
217 void (*cleanup)(struct afs_read *); argument
829 struct afs_read *req;
1078 extern int afs_fetch_data(struct afs_vnode *, struct afs_read *);
1079 extern struct afs_read *afs_alloc_read(gfp_t);
1080 extern void afs_put_read(struct afs_read *);
1083 static inline struct afs_read *afs_get_read(struct afs_read *req) in afs_get_read()
H A Ddir.c112 static void afs_dir_read_cleanup(struct afs_read *req) in afs_dir_read_cleanup()
185 static void afs_dir_dump(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_dump()
220 static int afs_dir_check(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_check()
271 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir()
275 struct afs_read *req; in afs_read_dir()
503 struct afs_read *req; in afs_dir_iterate()
H 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()
H A Dyfsclient.c353 struct afs_read *req = op->fetch.req; in yfs_deliver_fs_fetch_data64()
464 struct afs_read *req = op->fetch.req; in yfs_fs_fetch_data()