Searched refs:sc_nblk_this_inc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.h108 * @sc_nblk_this_inc: Number of blocks included in the current logical segment
157 unsigned long sc_nblk_this_inc; member in struct:nilfs_sc_info
H A Dsegment.c384 sci->sc_nblk_this_inc += sci->sc_curseg->sb_sum.nblocks;
854 cpu_to_le64(sci->sc_nblk_inc + sci->sc_nblk_this_inc);
981 (sci->sc_nblk_this_inc + sci->sc_curseg->sb_sum.nblocks);
1430 sci->sc_nblk_this_inc = 0;
1438 sci->sc_nblk_this_inc += sci->sc_curseg->sb_sum.nblocks;
1944 sci->sc_nblk_inc += sci->sc_nblk_this_inc;

Completed in 67 milliseconds