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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Ddir.c47 struct buffer_head *fh_bh; local
63 fh_bh = NULL;
104 fh_bh = affs_bread(sb, ino);
105 if (!fh_bh) {
109 ino = be32_to_cpu(AFFS_TAIL(sb, fh_bh)->hash_chain);
110 affs_brelse(fh_bh);
111 fh_bh = NULL;
124 fh_bh = affs_bread(sb, ino);
125 if (!fh_bh) {
130 namelen = min(AFFS_TAIL(sb, fh_bh)
[all...]

Completed in 49 milliseconds