Searched refs:inode_bh (Results 1 – 3 of 3) sorted by relevance
| /fs/affs/ |
| A D | inode.c | 351 struct buffer_head *inode_bh = NULL; in affs_add_entry() local 373 inode_bh = bh; in affs_add_entry() 388 if (inode_bh) { in affs_add_entry() 390 chain = AFFS_TAIL(sb, inode_bh)->link_chain; in affs_add_entry() 393 AFFS_TAIL(sb, inode_bh)->link_chain = cpu_to_be32(block); in affs_add_entry() 394 affs_adjust_checksum(inode_bh, block - be32_to_cpu(chain)); in affs_add_entry() 395 mark_buffer_dirty_inode(inode_bh, inode); in affs_add_entry() 411 affs_brelse(inode_bh); in affs_add_entry()
|
| /fs/ocfs2/ |
| A D | xattr.c | 114 struct buffer_head *inode_bh; member 1306 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock() 2696 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find() 2863 struct buffer_head *inode_bh, in ocfs2_create_xattr_block() argument 2877 inode_bh, OCFS2_JOURNAL_ACCESS_CREATE); in ocfs2_create_xattr_block() 2938 ocfs2_journal_dirty(ctxt->handle, inode_bh); in ocfs2_create_xattr_block() 3425 xis->inode_bh, in __ocfs2_xattr_set_handle() 3435 ocfs2_journal_dirty(ctxt->handle, xis->inode_bh); in __ocfs2_xattr_set_handle() 3498 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set_handle() 3580 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_set() [all …]
|
| A D | suballoc.c | 2803 struct buffer_head *inode_bh = NULL; in ocfs2_get_suballoc_slot_bit() local 2809 status = ocfs2_read_blocks_sync(osb, blkno, 1, &inode_bh); in ocfs2_get_suballoc_slot_bit() 2816 inode_fe = (struct ocfs2_dinode *) inode_bh->b_data; in ocfs2_get_suballoc_slot_bit() 2841 brelse(inode_bh); in ocfs2_get_suballoc_slot_bit()
|
Completed in 24 milliseconds