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

/freebsd-10.0-release/lib/libstand/
H A Dsplitfs.c43 off_t tot_pos; /* Offset from the beginning of the sequence */ member in struct:split_file
208 sf->tot_pos += nread;
247 seek_by -= sf->tot_pos;
296 sf->tot_pos += new_pos - sf->file_pos;
300 return (sf->tot_pos);

Completed in 77 milliseconds