Home
last modified time | relevance | path

Searched refs:bh_fplus (Results 1 – 2 of 2) sorted by relevance

/fs/adfs/
Ddir_fplus.c27 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() local
63 if (!bh_fplus) { in adfs_fplus_read()
68 dir->bh_fplus = bh_fplus; in adfs_fplus_read()
70 dir->bh_fplus[0] = dir->bh[0]; in adfs_fplus_read()
80 dir->bh_fplus[blk] = sb_bread(sb, block); in adfs_fplus_read()
81 if (!dir->bh_fplus[blk]) { in adfs_fplus_read()
[all …]
Dadfs.h85 struct buffer_head **bh_fplus; member