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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c3897 int cur_write_start = 0; /* start index of current log write */ local
4074 /* first data block is j_start + 1, so add one to cur_write_start wherever you use it */
4075 cur_write_start = journal->j_start;
4088 ((cur_write_start +

Completed in 99 milliseconds