Searched refs:mft_ofs (Results 1 – 1 of 1) sorted by relevance
2737 int nr_locked_nis = 0, err = 0, mft_ofs, prev_mft_ofs; in ntfs_write_mft_block() local2780 for (mft_ofs = 0; mft_ofs < PAGE_SIZE && vcn < end_vcn; in ntfs_write_mft_block()2781 mft_ofs += vol->mft_record_size) { in ntfs_write_mft_block()2783 mft_no = (((s64)folio->index << PAGE_SHIFT) + mft_ofs) >> in ntfs_write_mft_block()2789 (struct mft_record *)(kaddr + mft_ofs), in ntfs_write_mft_block()2817 if (bio && (mft_ofs != prev_mft_ofs + vol->mft_record_size)) { in ntfs_write_mft_block()2858 mft_ofs + NTFS_BLOCK_SIZE >= PAGE_SIZE)) in ntfs_write_mft_block()2863 mft_ofs + mft_record_off)) { in ntfs_write_mft_block()2874 prev_mft_ofs = mft_ofs; in ntfs_write_mft_block()2878 (struct mft_record *)(kaddr + mft_ofs)); in ntfs_write_mft_block()