Searched refs:spage (Results 1 – 2 of 2) sorted by relevance
231 static void scrub_page_get(struct scrub_page *spage);232 static void scrub_page_put(struct scrub_page *spage);248 struct scrub_page *spage);254 static inline int scrub_is_page_on_raid56(struct scrub_page *spage) in scrub_is_page_on_raid56() argument256 return spage->recover && in scrub_is_page_on_raid56()257 (spage->recover->bioc->map_type & BTRFS_BLOCK_GROUP_RAID56_MASK); in scrub_is_page_on_raid56()1323 struct scrub_page *spage; in scrub_setup_recheck_block() local1328 spage = kzalloc(sizeof(*spage), GFP_NOFS); in scrub_setup_recheck_block()1329 if (!spage) { in scrub_setup_recheck_block()1337 scrub_page_get(spage); in scrub_setup_recheck_block()[all …]
103 struct page *spage = sbh->b_page, *dpage = dbh->b_page; in nilfs_copy_buffer() local106 kaddr0 = kmap_atomic(spage); in nilfs_copy_buffer()