Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuballoc.c888 static int __ocfs2_get_steal_slot(struct ocfs2_super *osb, int type) in __ocfs2_get_steal_slot() function
904 return __ocfs2_get_steal_slot(osb, INODE_ALLOC_SYSTEM_INODE); in ocfs2_get_inode_steal_slot()
909 return __ocfs2_get_steal_slot(osb, EXTENT_ALLOC_SYSTEM_INODE); in ocfs2_get_meta_steal_slot()
917 int slot = __ocfs2_get_steal_slot(osb, type); in ocfs2_steal_resource()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuballoc.c886 static int __ocfs2_get_steal_slot(struct ocfs2_super *osb, int type) in __ocfs2_get_steal_slot() function
902 return __ocfs2_get_steal_slot(osb, INODE_ALLOC_SYSTEM_INODE); in ocfs2_get_inode_steal_slot()
907 return __ocfs2_get_steal_slot(osb, EXTENT_ALLOC_SYSTEM_INODE); in ocfs2_get_meta_steal_slot()
915 int slot = __ocfs2_get_steal_slot(osb, type); in ocfs2_steal_resource()

Completed in 7 milliseconds