Searched refs:bh_fplus (Results 1 – 2 of 2) sorted by relevance
27 dir->bh_fplus = &dir->bh[0]; in adfs_fplus_read()35 dir->bh_fplus[0] = sb_bread(sb, block); in adfs_fplus_read()36 if (!dir->bh_fplus[0]) in adfs_fplus_read()40 h = (struct adfs_bigdirheader *)dir->bh_fplus[0]->b_data; in adfs_fplus_read()60 struct buffer_head **bh_fplus = in adfs_fplus_read() local63 if (!bh_fplus) { in adfs_fplus_read()69 dir->bh_fplus = bh_fplus; in adfs_fplus_read()71 dir->bh_fplus[0] = dir->bh[0]; in adfs_fplus_read()81 dir->bh_fplus[blk] = sb_bread(sb, block); in adfs_fplus_read()82 if (!dir->bh_fplus[blk]) { in adfs_fplus_read()[all …]
89 struct buffer_head **bh_fplus; member