Home
last modified time | relevance | path

Searched refs:resync_pages (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1-10.c32 struct resync_pages { struct
42 static inline int resync_alloc_pages(struct resync_pages *rp, in resync_alloc_pages() argument
61 static inline void resync_free_pages(struct resync_pages *rp) in resync_free_pages()
69 static inline void resync_get_all_pages(struct resync_pages *rp) in resync_get_all_pages()
77 static inline struct page *resync_fetch_page(struct resync_pages *rp, in resync_fetch_page()
89 static inline struct resync_pages *get_resync_pages(struct bio *bio) in get_resync_pages()
95 static void md_bio_reset_resync_pages(struct bio *bio, struct resync_pages *rp, in md_bio_reset_resync_pages()
H A Draid1.c153 struct resync_pages *rps; in r1buf_pool_alloc()
159 rps = kmalloc_array(pi->raid_disks, sizeof(struct resync_pages), in r1buf_pool_alloc()
184 struct resync_pages *rp = &rps[j]; in r1buf_pool_alloc()
223 struct resync_pages *rp = NULL; in r1buf_pool_free()
2107 struct resync_pages *rp = get_resync_pages(b); in process_checks()
2590 struct resync_pages *rps; in raid1_alloc_init_r1buf()
2856 struct resync_pages *rp; in raid1_sync_request()
H A Draid10.c123 struct resync_pages *rps; in r10buf_pool_alloc()
140 rps = kmalloc_array(nalloc_rp, sizeof(struct resync_pages), gfp_flags); in r10buf_pool_alloc()
165 struct resync_pages *rp, *rp_repl; in r10buf_pool_alloc()
215 struct resync_pages *rp = NULL; in r10buf_pool_free()
2024 struct resync_pages *rp; in sync_request_write()
3416 struct resync_pages *rp = get_resync_pages(bio); in raid10_sync_request()