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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Difile.h36 nilfs_ifile_map_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) argument
38 void *kaddr = kmap(ibh->b_page);
39 return nilfs_palloc_block_get_entry(ifile, ino, ibh, kaddr);
43 struct buffer_head *ibh)
45 kunmap(ibh->b_page);
42 nilfs_ifile_unmap_inode(struct inode *ifile, ino_t ino, struct buffer_head *ibh) argument
H A Dinode.c521 void nilfs_update_inode(struct inode *inode, struct buffer_head *ibh) argument
529 raw_inode = nilfs_ifile_map_inode(sbi->s_ifile, ino, ibh);
536 nilfs_ifile_unmap_inode(sbi->s_ifile, ino, ibh);
773 struct buffer_head *ibh; local
776 err = nilfs_load_inode_block(sbi, inode, &ibh);
782 nilfs_update_inode(inode, ibh);
783 nilfs_mdt_mark_buffer_dirty(ibh);
785 brelse(ibh);
H A Dsegment.c875 struct buffer_head *ibh; local
879 ibh = ii->i_bh;
880 BUG_ON(!ibh);
882 ibh);
884 nilfs_ifile_unmap_inode(ifile, ii->vfs_inode.i_ino, ibh);
1983 struct buffer_head *ibh; local
1988 sbi->s_ifile, ii->vfs_inode.i_ino, &ibh);
1994 nilfs_mdt_mark_buffer_dirty(ibh);
1998 ii->i_bh = ibh;
2000 brelse(ibh);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dinode.c1098 struct buffer_head *ibh; local
1100 ibh = udf_read_ptagged(inode->i_sb, &iinfo->i_location, 1,
1102 if (ident == TAG_IDENT_IE && ibh) {
1107 ie = (struct indirectEntry *)ibh->b_data;
1119 brelse(ibh);
1127 brelse(ibh);

Completed in 164 milliseconds