Home
last modified time | relevance | path

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

/fs/ceph/
Daddr.c520 loff_t page_off = page_offset(page); in writepage_nounlock() local
563 if (page_off >= snap_size) { in writepage_nounlock()
567 if (snap_size < page_off + len) in writepage_nounlock()
568 len = snap_size - page_off; in writepage_nounlock()
571 inode, page, page->index, page_off, len, snapc); in writepage_nounlock()
581 page_off, len, in writepage_nounlock()
1189 loff_t page_off = pos & PAGE_MASK; in ceph_update_writeable_page() local
1257 if (page_off >= i_size || in ceph_update_writeable_page()
Dfile.c577 size_t page_off = off & ~PAGE_MASK; in ceph_sync_read() local
579 PAGE_SIZE - page_off); in ceph_sync_read()
580 l = copy_page_to_iter(pages[k++], page_off, copy, i); in ceph_sync_read()
/fs/exofs/
Dore.c720 unsigned cur_len, page_off = 0; in _prepare_for_striping() local
729 page_off = si->unit_off & ~PAGE_MASK; in _prepare_for_striping()
730 BUG_ON(page_off && (page_off != ios->pgbase)); in _prepare_for_striping()
741 ret = _ore_add_stripe_unit(ios, &cur_pg, page_off, ios->pages, in _prepare_for_striping()