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

/linux-master/fs/affs/
H A Damigaffs.c38 dir_bh = affs_bread(sb, dir->i_ino);
45 dir_bh = affs_bread(sb, hash_ino);
89 bh = affs_bread(sb, dir->i_ino);
109 bh = affs_bread(sb, hash_ino);
152 bh = affs_bread(sb, inode->i_ino);
162 link_bh = affs_bread(sb, link_ino);
196 link_bh = affs_bread(sb, link_ino);
221 bh = affs_bread(sb, ino);
241 bh = affs_bread(sb, inode->i_ino);
284 bh = affs_bread(s
[all...]
H A Ddir.c76 dir_bh = affs_bread(sb, inode->i_ino);
91 fh_bh = affs_bread(sb, ino);
112 fh_bh = affs_bread(sb, ino);
H A Dsymlink.c26 bh = affs_bread(inode->i_sb, inode->i_ino);
H A Dbitmap.c62 bh = affs_bread(sb, bm->bm_key);
174 bh = affs_bread(sb, bm->bm_key);
282 bh = affs_bread(sb, bm->bm_key);
304 bmap_bh = affs_bread(sb, be32_to_cpu(bmap_blk[blk]));
H A Dnamei.c179 bh = affs_bread(sb, dir->i_ino);
189 bh = affs_bread(sb, key);
341 bh = affs_bread(sb, inode->i_ino);
426 bh = affs_bread(sb, d_inode(old_dentry)->i_ino);
461 bh_old = affs_bread(sb, d_inode(old_dentry)->i_ino);
465 bh_new = affs_bread(sb, d_inode(new_dentry)->i_ino);
528 bh = affs_bread(child->d_sb, d_inode(child)->i_ino);
H A Dinode.c38 bh = affs_bread(sb, block);
179 bh = affs_bread(sb, inode->i_ino);
360 bh = affs_bread(sb, inode->i_ino);
H A Dfile.c102 bh = affs_bread(sb, key);
260 bh = affs_bread(sb, ext_key);
277 bh = affs_bread(sb, ext_key);
478 bh = affs_bread(inode->i_sb, tmp_bh.b_blocknr);
969 ext_bh = affs_bread(sb, ext_key);
H A Daffs.h236 affs_bread(struct super_block *sb, int block) function
H A Dsuper.c428 root_bh = affs_bread(sb, sbi->s_root_block + num_bm);

Completed in 155 milliseconds