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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c864 off_t this_num = (*buf_ptr)[mid].block_num; local
866 if (block_num == this_num) {
871 if (block_num < this_num) {
876 if (block_num > this_num) {

Completed in 181 milliseconds