Lines Matching refs:page_ofs
93 ni->page_ofs = ofs; in map_mft_record_page()
104 ni->page_ofs = 0; in map_mft_record_page()
201 ni->page_ofs = 0; in unmap_mft_record_page()
404 mark_ntfs_record_dirty(ni->page, ni->page_ofs); in __mark_mft_record_dirty()
478 unsigned int block_start, block_end, m_start, m_end, page_ofs; in ntfs_sync_mft_mirror() local
505 page_ofs = (mft_no << vol->mft_record_size_bits) & ~PAGE_MASK; in ntfs_sync_mft_mirror()
507 kmirr = page_address(page) + page_ofs; in ntfs_sync_mft_mirror()
708 m_start = ni->page_ofs; in write_mft_record_nolock()
1148 unsigned int page_ofs, size; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local
1190 page_ofs = ofs & ~PAGE_MASK; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1191 size = PAGE_SIZE - page_ofs; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1208 buf = (u8*)page_address(page) + page_ofs; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
2715 ni->page_ofs = ofs; in ntfs_mft_record_alloc()