Home
last modified time | relevance | path

Searched refs:__ocfs2_get_steal_slot (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dsuballoc.c902 static int __ocfs2_get_steal_slot(struct ocfs2_super *osb, int type) in __ocfs2_get_steal_slot() function
918 return __ocfs2_get_steal_slot(osb, INODE_ALLOC_SYSTEM_INODE); in ocfs2_get_inode_steal_slot()
923 return __ocfs2_get_steal_slot(osb, EXTENT_ALLOC_SYSTEM_INODE); in ocfs2_get_meta_steal_slot()
931 int slot = __ocfs2_get_steal_slot(osb, type); in ocfs2_steal_resource()