• Home
  • Raw
  • Download

Lines Matching refs:ofs

76 			int ofs;  in ntfs_end_buffer_async_read()  local
79 ofs = 0; in ntfs_end_buffer_async_read()
81 ofs = init_size - file_ofs; in ntfs_end_buffer_async_read()
83 memset(kaddr + bh_offset(bh) + ofs, 0, in ntfs_end_buffer_async_read()
84 bh->b_size - ofs); in ntfs_end_buffer_async_read()
1107 unsigned int ofs; in ntfs_write_mst_block() local
1113 ofs = bh_offset(tbh); in ntfs_write_mst_block()
1119 mft_no = (((s64)page->index << PAGE_SHIFT) + ofs) in ntfs_write_mst_block()
1124 (MFT_RECORD*)(kaddr + ofs), &tni)) { in ntfs_write_mst_block()
1149 err2 = pre_write_mst_fixup((NTFS_RECORD*)(kaddr + ofs), in ntfs_write_mst_block()
1158 ni->type, page->index, ofs); in ntfs_write_mst_block()
1221 unsigned int ofs; in ntfs_write_mst_block() local
1233 ofs = bh_offset(tbh); in ntfs_write_mst_block()
1235 mft_no = (((s64)page->index << PAGE_SHIFT) + ofs) in ntfs_write_mst_block()
1239 (MFT_RECORD*)(kaddr + ofs), in ntfs_write_mst_block()
1402 unsigned int ofs = i_size & ~PAGE_MASK; in ntfs_writepage() local
1403 zero_user_segment(page, ofs, PAGE_SIZE); in ntfs_writepage()
1548 s64 ofs, size; in ntfs_bmap() local
1572 ofs = (s64)block << blocksize_bits; in ntfs_bmap()
1582 if (unlikely(ofs >= size || (ofs + blocksize > size && size < i_size))) in ntfs_bmap()
1586 lcn = ntfs_attr_vcn_to_lcn_nolock(ni, ofs >> cluster_size_shift, false); in ntfs_bmap()
1628 delta = ofs & vol->cluster_size_mask; in ntfs_bmap()
1712 void mark_ntfs_record_dirty(struct page *page, const unsigned int ofs) { in mark_ntfs_record_dirty() argument
1719 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
1743 if (bh_ofs + bh_size <= ofs) in mark_ntfs_record_dirty()