taglinefilesource code
next_to_age56fs/buffer.cstatic struct buffer_head * next_to_age[NR_LIST] = {NULL, };
next_to_age341fs/buffer.cif (next_to_age[bh->b_list] == bh)
next_to_age342fs/buffer.cnext_to_age[bh->b_list] = bh->b_next_free;
next_to_age343fs/buffer.cif (next_to_age[bh->b_list] == bh)
next_to_age344fs/buffer.cnext_to_age[bh->b_list] = NULL;
next_to_age389fs/buffer.cif (next_to_age[bh->b_list] == bh)
next_to_age390fs/buffer.cnext_to_age[bh->b_list] = bh->b_next_free;
next_to_age402fs/buffer.cif (!next_to_age[bh->b_list])
next_to_age403fs/buffer.cnext_to_age[bh->b_list] = bh;
next_to_age443fs/buffer.cif (!next_to_age[bh->b_list])
next_to_age444fs/buffer.cnext_to_age[bh->b_list] = bh;
next_to_age1551fs/buffer.cbh = next_to_age[nlist];
next_to_age1554fs/buffer.cnext_to_age[nlist] = bh->b_next_free;