Lines Matching refs:fh_bh
50 struct buffer_head *fh_bh = NULL;
91 fh_bh = affs_bread(sb, ino);
92 if (!fh_bh) {
97 ino = be32_to_cpu(AFFS_TAIL(sb, fh_bh)->hash_chain);
98 affs_brelse(fh_bh);
99 fh_bh = NULL;
112 fh_bh = affs_bread(sb, ino);
113 if (!fh_bh) {
119 namelen = min(AFFS_TAIL(sb, fh_bh)->name[0],
121 name = AFFS_TAIL(sb, fh_bh)->name + 1;
128 ino = be32_to_cpu(AFFS_TAIL(sb, fh_bh)->hash_chain);
129 affs_brelse(fh_bh);
130 fh_bh = NULL;
136 affs_brelse(fh_bh);