Searched refs:ISCHILD (Results 1 – 2 of 2) sorted by relevance
902 if (ISCHILD(fs)) fs = PARENTFS(fs); in sync_window()929 if (ISCHILD(fs)) fs = PARENTFS(fs); in move_window()957 if (ISCHILD(fs)) fs = PARENTFS(fs); in move_window_readdir()992 if (ISCHILD(fs)) fs = PARENTFS(fs); in sync_fs()1048 if (ISCHILD(fs)) fs = PARENTFS(fs); in get_fat()1105 if (ISCHILD(fs)) fs = PARENTFS(fs); in put_fat()1189 if (fs->free_clst < fs->ct_clst && ISCHILD(fs) && ISVIRPART(fs)) in remove_chain()1336 if (fs->free_clst <= fs->ct_clst && ISCHILD(fs)) in create_chain()1406 if (ISCHILD(fs)) fs = PARENTFS(fs); in dir_clear()3281 if (ISCHILD(fs)) LEAVE_FF(fs_bak,FR_INVAILD_FATFS); in f_open()[all …]
131 #define ISCHILD(fs) ((fs)->vir_flag != FS_PARENT) macro