Searched refs:inode_bh (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/affs/ |
D | inode.c | 348 struct buffer_head *inode_bh = NULL; in affs_add_entry() local 370 inode_bh = bh; in affs_add_entry() 385 if (inode_bh) { in affs_add_entry() 387 chain = AFFS_TAIL(sb, inode_bh)->link_chain; in affs_add_entry() 390 AFFS_TAIL(sb, inode_bh)->link_chain = cpu_to_be32(block); in affs_add_entry() 391 affs_adjust_checksum(inode_bh, block - be32_to_cpu(chain)); in affs_add_entry() 392 mark_buffer_dirty_inode(inode_bh, inode); in affs_add_entry() 408 affs_brelse(inode_bh); in affs_add_entry()
|
/linux-4.4.14/fs/ocfs2/ |
D | xattr.c | 128 struct buffer_head *inode_bh; member 1145 struct ocfs2_dinode *di = (struct ocfs2_dinode *)xs->inode_bh->b_data; in ocfs2_xattr_ibody_get() 1287 xis.inode_bh = xbs.inode_bh = di_bh; in ocfs2_xattr_get_nolock() 2662 struct ocfs2_dinode *di = (struct ocfs2_dinode *)xs->inode_bh->b_data; in ocfs2_xattr_ibody_find() 2677 xs->xattr_bh = xs->inode_bh; in ocfs2_xattr_ibody_find() 2766 ret = ocfs2_xattr_ibody_init(inode, xs->inode_bh, ctxt); in ocfs2_xattr_ibody_set() 2774 ocfs2_init_dinode_xa_loc(&loc, inode, xs->inode_bh, in ocfs2_xattr_ibody_set() 2801 struct ocfs2_dinode *di = (struct ocfs2_dinode *)xs->inode_bh->b_data; in ocfs2_xattr_block_find() 2844 struct buffer_head *inode_bh, in ocfs2_create_xattr_block() argument 2853 struct ocfs2_dinode *di = (struct ocfs2_dinode *)inode_bh->b_data; in ocfs2_create_xattr_block() [all …]
|
D | suballoc.c | 2739 struct buffer_head *inode_bh = NULL; in ocfs2_get_suballoc_slot_bit() local 2745 status = ocfs2_read_blocks_sync(osb, blkno, 1, &inode_bh); in ocfs2_get_suballoc_slot_bit() 2752 inode_fe = (struct ocfs2_dinode *) inode_bh->b_data; in ocfs2_get_suballoc_slot_bit() 2777 brelse(inode_bh); in ocfs2_get_suballoc_slot_bit()
|
/linux-4.4.14/fs/ext4/ |
D | inode.c | 1736 struct buffer_head *inode_bh = NULL; in __ext4_journalled_writepage() local 1743 inode_bh = ext4_journalled_write_inline_data(inode, len, page); in __ext4_journalled_writepage() 1744 if (inode_bh == NULL) in __ext4_journalled_writepage() 1782 BUFFER_TRACE(inode_bh, "get write access"); in __ext4_journalled_writepage() 1783 ret = ext4_journal_get_write_access(handle, inode_bh); in __ext4_journalled_writepage() 1785 err = ext4_handle_dirty_metadata(handle, inode, inode_bh); in __ext4_journalled_writepage() 1808 brelse(inode_bh); in __ext4_journalled_writepage()
|