Searched refs:inode_alloc_inode (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | inode.c | 642 struct inode *inode_alloc_inode = NULL; in ocfs2_remove_inode() local 648 inode_alloc_inode = in ocfs2_remove_inode() 651 if (!inode_alloc_inode) { in ocfs2_remove_inode() 657 inode_lock(inode_alloc_inode); in ocfs2_remove_inode() 658 status = ocfs2_inode_lock(inode_alloc_inode, &inode_alloc_bh, 1); in ocfs2_remove_inode() 660 inode_unlock(inode_alloc_inode); in ocfs2_remove_inode() 698 status = ocfs2_free_dinode(handle, inode_alloc_inode, in ocfs2_remove_inode() 706 ocfs2_inode_unlock(inode_alloc_inode, 1); in ocfs2_remove_inode() 707 inode_unlock(inode_alloc_inode); in ocfs2_remove_inode() 710 iput(inode_alloc_inode); in ocfs2_remove_inode()
|
| H A D | suballoc.c | 2528 struct inode *inode_alloc_inode, in ocfs2_free_dinode() argument 2538 return ocfs2_free_suballoc_bits(handle, inode_alloc_inode, in ocfs2_free_dinode() 2817 struct inode *inode_alloc_inode; in ocfs2_test_inode_bit() local 2830 inode_alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_test_inode_bit() 2833 inode_alloc_inode = ocfs2_get_system_file_inode(osb, in ocfs2_test_inode_bit() 2835 if (!inode_alloc_inode) { in ocfs2_test_inode_bit() 2844 inode_lock(inode_alloc_inode); in ocfs2_test_inode_bit() 2845 status = ocfs2_inode_lock(inode_alloc_inode, &alloc_bh, 0); in ocfs2_test_inode_bit() 2847 inode_unlock(inode_alloc_inode); in ocfs2_test_inode_bit() 2848 iput(inode_alloc_inode); in ocfs2_test_inode_bit() [all …]
|
| H A D | suballoc.h | 128 struct inode *inode_alloc_inode,
|