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

/linux-master/fs/ocfs2/
H A Dsuballoc.c886 static int __ocfs2_get_steal_slot(struct ocfs2_super *osb, int type) function
902 return __ocfs2_get_steal_slot(osb, INODE_ALLOC_SYSTEM_INODE);
907 return __ocfs2_get_steal_slot(osb, EXTENT_ALLOC_SYSTEM_INODE);
915 int slot = __ocfs2_get_steal_slot(osb, type);

Completed in 113 milliseconds