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

/fs/reiserfs/
H A Dibalance.c637 struct buffer_head *tbSh = PATH_H_PBUFFER(tb->tb_path, h); local
644 bi.bi_bh = tbSh;
653 n = B_NR_ITEMS(tbSh);
661 || B_FREE_SPACE(tbSh) !=
662 MAX_CHILD_SIZE(tbSh) - DC_SIZE,
690 reiserfs_invalidate_buffer(tb, tbSh);
704 reiserfs_invalidate_buffer(tb, tbSh);
717 reiserfs_invalidate_buffer(tb, tbSh);
750 reiserfs_invalidate_buffer(tb, tbSh);
811 struct buffer_head *tbSh local
[all...]
H A Dprints.c626 struct buffer_head *tbSh, *tbFh; local
645 tbSh = PATH_H_PBUFFER(tb->tb_path, h);
648 tbSh = NULL;
654 (tbSh) ? (long long)(tbSh->b_blocknr) : (-1LL),
655 (tbSh) ? atomic_read(&tbSh->b_count) : -1,

Completed in 21 milliseconds