Searched refs:osh (Results 1 – 5 of 5) sorted by relevance
86 dmb(osh); in arch_wb_cache_pmem()
67 #define dma_rmb() dmb(osh)
48 #define dma_mb() dmb(osh)
2487 struct stripe_head *osh, *nsh; in resize_stripes() local2537 osh = get_free_stripe(conf, hash); in resize_stripes()2541 for (i = 0; i < osh->nr_pages; i++) { in resize_stripes()2542 nsh->pages[i] = osh->pages[i]; in resize_stripes()2543 osh->pages[i] = NULL; in resize_stripes()2547 nsh->dev[i].page = osh->dev[i].page; in resize_stripes()2548 nsh->dev[i].orig_page = osh->dev[i].page; in resize_stripes()2549 nsh->dev[i].offset = osh->dev[i].offset; in resize_stripes()2552 free_stripe(conf->slab_cache, osh); in resize_stripes()
13718 -#define dma_mb() dmb(osh)