Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dmft.c2629 int nr_locked_nis = 0, err = 0, mft_ofs, prev_mft_ofs; in ntfs_mft_record_free()
2692 locked_nis[nr_locked_nis++] = tni; in ntfs_mft_record_free()
2779 while (nr_locked_nis-- > 0) { in ntfs_write_mft_block()
2782 tni = locked_nis[nr_locked_nis]; in ntfs_write_mft_block()
2737 int nr_locked_nis = 0, err = 0, mft_ofs, prev_mft_ofs; ntfs_write_mft_block() local