Home
last modified time | relevance | path

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

/Linux-v6.1/fs/afs/
Dfile.c214 struct afs_read *afs_alloc_read(gfp_t gfp) in afs_alloc_read()
216 struct afs_read *req; in afs_alloc_read()
218 req = kzalloc(sizeof(struct afs_read), gfp); in afs_alloc_read()
228 void afs_put_read(struct afs_read *req) in afs_put_read()
240 struct afs_read *req = op->fetch.req; in afs_fetch_data_notify()
286 int afs_fetch_data(struct afs_vnode *vnode, struct afs_read *req) in afs_fetch_data()
314 struct afs_read *fsreq; in afs_issue_read()
338 struct afs_read *fsreq; in afs_symlink_read_folio()
Dinternal.h202 struct afs_read { struct
215 void (*done)(struct afs_read *); argument
216 void (*cleanup)(struct afs_read *); argument
821 struct afs_read *req;
1075 extern int afs_fetch_data(struct afs_vnode *, struct afs_read *);
1076 extern struct afs_read *afs_alloc_read(gfp_t);
1077 extern void afs_put_read(struct afs_read *);
1080 static inline struct afs_read *afs_get_read(struct afs_read *req) in afs_get_read()
Ddir.c110 static void afs_dir_read_cleanup(struct afs_read *req) in afs_dir_read_cleanup()
183 static void afs_dir_dump(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_dump()
218 static int afs_dir_check(struct afs_vnode *dvnode, struct afs_read *req) in afs_dir_check()
269 static struct afs_read *afs_read_dir(struct afs_vnode *dvnode, struct key *key) in afs_read_dir()
273 struct afs_read *req; in afs_read_dir()
497 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.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()