Searched refs:nr_locked_nis (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | aops.c | 912 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local 959 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0; in ntfs_write_mst_block() 1146 locked_nis[nr_locked_nis++] = tni; in ntfs_write_mst_block() 1258 while (nr_locked_nis-- > 0) { in ntfs_write_mst_block() 1261 tni = locked_nis[nr_locked_nis]; in ntfs_write_mst_block()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | aops.c | 914 int i, nr_locked_nis, nr_recs, nr_bhs, max_bhs, bhs_per_rec, err, err2; in ntfs_write_mst_block() local 961 err = err2 = nr_bhs = nr_recs = nr_locked_nis = 0; in ntfs_write_mst_block() 1148 locked_nis[nr_locked_nis++] = tni; in ntfs_write_mst_block() 1260 while (nr_locked_nis-- > 0) { in ntfs_write_mst_block() 1263 tni = locked_nis[nr_locked_nis]; in ntfs_write_mst_block()
|
Completed in 5 milliseconds