Searched refs:dx_alloc_inode (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c4310 struct inode *dx_alloc_inode = NULL; local
4319 dx_alloc_inode = ocfs2_get_system_file_inode(osb,
4322 if (!dx_alloc_inode) {
4327 inode_lock(dx_alloc_inode);
4329 ret = ocfs2_inode_lock(dx_alloc_inode, &dx_alloc_bh, 1);
4364 ret = ocfs2_free_suballoc_bits(handle, dx_alloc_inode, dx_alloc_bh,
4373 ocfs2_inode_unlock(dx_alloc_inode, 1);
4376 inode_unlock(dx_alloc_inode);
4379 iput(dx_alloc_inode);

Completed in 160 milliseconds