Lines Matching refs:inode_alloc
274 struct inode *inode_alloc, u64 blkno,
283 if (inode_alloc)
284 inode_lock(inode_alloc);
286 if (inode_alloc && o2info_coherent(&fi->ifi_req)) {
287 status = ocfs2_inode_lock(inode_alloc, &bh, 0);
311 ocfs2_inode_unlock(inode_alloc, 0);
313 if (inode_alloc)
314 inode_unlock(inode_alloc);
330 struct inode *inode_alloc = NULL;
348 inode_alloc = ocfs2_get_system_file_inode(osb, type, i);
349 if (!inode_alloc) {
369 status = ocfs2_info_scan_inode_alloc(osb, inode_alloc, blkno, oifi, i);
371 iput(inode_alloc);
372 inode_alloc = NULL;