Searched refs:ti_count (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 Dnilfs.h137 * @ti_count: Nest level
146 unsigned short ti_count; member in struct:nilfs_transaction_info
H A Dsegment.c126 return ++cur_ti->ti_count;
147 ti->ti_count = 0;
232 if (ti->ti_count > 0) {
233 ti->ti_count--;
260 if (ti->ti_count > 0) {
261 ti->ti_count--;
303 ti->ti_count = 0;
328 BUG_ON(ti->ti_count > 0);

Completed in 71 milliseconds