Lines Matching defs:inode_alloc
278 struct inode *inode_alloc, u64 blkno,
287 if (inode_alloc)
288 inode_lock(inode_alloc);
290 if (inode_alloc && o2info_coherent(&fi->ifi_req)) {
291 status = ocfs2_inode_lock(inode_alloc, &bh, 0);
315 ocfs2_inode_unlock(inode_alloc, 0);
317 if (inode_alloc)
318 inode_unlock(inode_alloc);
334 struct inode *inode_alloc = NULL;
352 inode_alloc = ocfs2_get_system_file_inode(osb, type, i);
353 if (!inode_alloc) {
373 status = ocfs2_info_scan_inode_alloc(osb, inode_alloc, blkno, oifi, i);
375 iput(inode_alloc);
376 inode_alloc = NULL;