Searched defs:end_bytes (Results 1 - 1 of 1) sorted by relevance

/fs/reiserfs/
H A Dfix_node.c401 int end_bytes; local
450 /* do not count last 'end_bytes' units of 'end_item'-th item */
451 end_bytes = (to_bytes != -1) ? to_bytes : 0;
457 * 'end_bytes' of 'end_item'-th item
461 int skip_from_end = ((i == end_item) ? end_bytes : 0);
561 && end_bytes != -1) ? end_bytes : 0);
589 && end_bytes != -1) ? end_bytes : 0);

Completed in 25 milliseconds