Searched refs:PARENTFS (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()1192 if (PARENTFS(fs)->free_clst < PARENTFS(fs)->n_fatent - 2) { in remove_chain()1193 PARENTFS(fs)->free_clst++; in remove_chain()1194 PARENTFS(fs)->fsi_flag |= 1; in remove_chain()1288 cs = PARENTFS(fs)->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()[all …]
597 #define PARENTFS(fs) ((FATFS*)((fs)->parent_fs)) macro