Lines Matching refs:nr_ranges
990 unsigned int nr_ranges = 0; in ext4_fc_snapshot_inode_data() local
1036 if (nr_ranges_total + nr_ranges >= EXT4_FC_SNAPSHOT_MAX_RANGES) { in ext4_fc_snapshot_inode_data()
1049 nr_ranges++; in ext4_fc_snapshot_inode_data()
1088 *nr_rangesp = nr_ranges; in ext4_fc_snapshot_inode_data()
1103 unsigned int nr_ranges = 0; in ext4_fc_snapshot_inode() local
1133 &nr_ranges, snap_err); in ext4_fc_snapshot_inode()
1147 atomic64_add(nr_ranges, &stats->snap_ranges); in ext4_fc_snapshot_inode()
1149 *nr_rangesp = nr_ranges; in ext4_fc_snapshot_inode()
1247 unsigned int nr_ranges = 0; in ext4_fc_snapshot_inodes() local
1306 ret = ext4_fc_snapshot_inode(inodes[idx], nr_ranges, in ext4_fc_snapshot_inodes()
1310 nr_ranges += inode_ranges; in ext4_fc_snapshot_inodes()
1316 *nr_rangesp = nr_ranges; in ext4_fc_snapshot_inodes()