Searched refs:inode_alloc_inode (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | inode.c | 718 struct inode *inode_alloc_inode = NULL; in ocfs2_remove_inode() local 724 inode_alloc_inode = in ocfs2_remove_inode() 727 if (!inode_alloc_inode) { in ocfs2_remove_inode() 733 inode_lock(inode_alloc_inode); in ocfs2_remove_inode() 734 status = ocfs2_inode_lock(inode_alloc_inode, &inode_alloc_bh, 1); in ocfs2_remove_inode() 736 inode_unlock(inode_alloc_inode); in ocfs2_remove_inode() 774 status = ocfs2_free_dinode(handle, inode_alloc_inode, in ocfs2_remove_inode() 782 ocfs2_inode_unlock(inode_alloc_inode, 1); in ocfs2_remove_inode() 783 inode_unlock(inode_alloc_inode); in ocfs2_remove_inode() 786 iput(inode_alloc_inode); in ocfs2_remove_inode()
|
| H A D | suballoc.c | 2629 struct inode *inode_alloc_inode, in ocfs2_free_dinode() argument 2639 return ocfs2_free_suballoc_bits(handle, inode_alloc_inode, in ocfs2_free_dinode() 2918 struct inode *inode_alloc_inode; in ocfs2_test_inode_bit() local 2931 inode_alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_test_inode_bit() 2934 inode_alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_test_inode_bit() 2936 if (!inode_alloc_inode) { in ocfs2_test_inode_bit() 2945 inode_lock(inode_alloc_inode); in ocfs2_test_inode_bit() 2946 status = ocfs2_inode_lock(inode_alloc_inode, &alloc_bh, 0); in ocfs2_test_inode_bit() 2948 inode_unlock(inode_alloc_inode); in ocfs2_test_inode_bit() 2949 iput(inode_alloc_inode); in ocfs2_test_inode_bit() [all …]
|
| H A D | suballoc.h | 131 struct inode *inode_alloc_inode,
|