Home
last modified time | relevance | path

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

/fs/adfs/
Ddir_fplus.c23 dir->bh_fplus = &dir->bh[0]; in adfs_fplus_read()
31 dir->bh_fplus[0] = sb_bread(sb, block); in adfs_fplus_read()
32 if (!dir->bh_fplus[0]) in adfs_fplus_read()
36 h = (struct adfs_bigdirheader *)dir->bh_fplus[0]->b_data; in adfs_fplus_read()
54 struct buffer_head **bh_fplus = in adfs_fplus_read() local
57 if (!bh_fplus) { in adfs_fplus_read()
64 dir->bh_fplus = bh_fplus; in adfs_fplus_read()
66 dir->bh_fplus[0] = dir->bh[0]; in adfs_fplus_read()
76 dir->bh_fplus[blk] = sb_bread(sb, block); in adfs_fplus_read()
77 if (!dir->bh_fplus[blk]) { in adfs_fplus_read()
[all …]
Dadfs.h98 struct buffer_head **bh_fplus; member