Home
last modified time | relevance | path

Searched refs:spage (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dscrub.c229 static void scrub_page_get(struct scrub_page *spage);
230 static void scrub_page_put(struct scrub_page *spage);
234 struct scrub_page *spage);
248 struct scrub_page *spage);
1501 struct scrub_page *spage) in scrub_check_fsid() argument
1503 struct btrfs_fs_devices *fs_devices = spage->dev->fs_devices; in scrub_check_fsid()
1612 struct scrub_page *spage = sblock->pagev[page_num]; in scrub_write_page_to_dev_replace() local
1614 BUG_ON(spage->page == NULL); in scrub_write_page_to_dev_replace()
1615 if (spage->io_error) { in scrub_write_page_to_dev_replace()
1616 void *mapped_buffer = kmap_atomic(spage->page); in scrub_write_page_to_dev_replace()
[all …]
/linux-4.19.296/fs/nilfs2/
Dpage.c104 struct page *spage = sbh->b_page, *dpage = dbh->b_page; in nilfs_copy_buffer() local
107 kaddr0 = kmap_atomic(spage); in nilfs_copy_buffer()