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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dibalance.c594 struct buffer_head *tbSh = PATH_H_PBUFFER(tb->tb_path, h); local
601 bi.bi_bh = tbSh;
610 n = B_NR_ITEMS(tbSh);
618 || B_FREE_SPACE(tbSh) !=
619 MAX_CHILD_SIZE(tbSh) - DC_SIZE,
645 reiserfs_invalidate_buffer(tb, tbSh);
658 reiserfs_invalidate_buffer(tb, tbSh);
670 reiserfs_invalidate_buffer(tb, tbSh);
701 reiserfs_invalidate_buffer(tb, tbSh);
760 struct buffer_head *tbSh local
[all...]
H A Dprints.c588 struct buffer_head *tbSh, *tbFh; local
607 tbSh = PATH_H_PBUFFER(tb->tb_path, h);
610 tbSh = NULL;
616 (tbSh) ? (long long)(tbSh->b_blocknr) : (-1LL),
617 (tbSh) ? atomic_read(&(tbSh->b_count)) : -1,

Completed in 58 milliseconds