コード例 #1
0
ファイル: slot_map.c プロジェクト: 020gzh/linux
static void ocfs2_update_slot_info(struct ocfs2_slot_info *si)
{
	/*
	 * The slot data will have been refreshed when ocfs2_super_lock
	 * was taken.
	 */
	if (si->si_extended)
		ocfs2_update_slot_info_extended(si);
	else
		ocfs2_update_slot_info_old(si);
}
コード例 #2
0
static void ocfs2_update_slot_info(struct ocfs2_slot_info *si)
{
	/*
                                                                
              
  */
	if (si->si_extended)
		ocfs2_update_slot_info_extended(si);
	else
		ocfs2_update_slot_info_old(si);
}