Searched refs:mft_ofs (Results 1 – 1 of 1) sorted by relevance
2707 int nr_locked_nis = 0, err = 0, mft_ofs, prev_mft_ofs; in ntfs_write_mft_block() local2747 for (mft_ofs = 0; mft_ofs < PAGE_SIZE && vcn < end_vcn; in ntfs_write_mft_block()2748 mft_ofs += vol->mft_record_size) { in ntfs_write_mft_block()2750 mft_no = (((s64)folio->index << PAGE_SHIFT) + mft_ofs) >> in ntfs_write_mft_block()2756 (struct mft_record *)(kaddr + mft_ofs), in ntfs_write_mft_block()2784 if (bio && (mft_ofs != prev_mft_ofs + vol->mft_record_size)) { in ntfs_write_mft_block()2825 mft_ofs + NTFS_BLOCK_SIZE >= PAGE_SIZE)) in ntfs_write_mft_block()2830 mft_ofs + mft_record_off)) { in ntfs_write_mft_block()2841 prev_mft_ofs = mft_ofs; in ntfs_write_mft_block()2845 (struct mft_record *)(kaddr + mft_ofs)); in ntfs_write_mft_block()