Lines Matching refs:gb_inode
429 struct inode *gb_inode,
460 status = ocfs2_read_group_descriptor(gb_inode,
532 struct inode *gb_inode, u64 blkno,
543 if (gb_inode)
544 inode_lock(gb_inode);
547 status = ocfs2_inode_lock(gb_inode, &bh, 0);
585 status = ocfs2_info_freefrag_scan_chain(osb, gb_inode,
598 ocfs2_inode_unlock(gb_inode, 0);
600 if (gb_inode)
601 inode_unlock(gb_inode);
603 iput(gb_inode);
618 struct inode *gb_inode = NULL;
641 gb_inode = ocfs2_get_system_file_inode(osb, type,
643 if (!gb_inode) {
661 status = ocfs2_info_freefrag_scan_bitmap(osb, gb_inode, blkno, oiff);