Searched refs:PARENTFS (Results 1 – 2 of 2) sorted by relevance
904 if (ISCHILD(fs)) fs = PARENTFS(fs); in sync_window()931 if (ISCHILD(fs)) fs = PARENTFS(fs); in move_window()959 if (ISCHILD(fs)) fs = PARENTFS(fs); in move_window_readdir()994 if (ISCHILD(fs)) fs = PARENTFS(fs); in sync_fs()1050 if (ISCHILD(fs)) fs = PARENTFS(fs); in get_fat()1107 if (ISCHILD(fs)) fs = PARENTFS(fs); in put_fat()1194 if (PARENTFS(fs)->free_clst < PARENTFS(fs)->n_fatent - 2) { in remove_chain()1195 PARENTFS(fs)->free_clst++; in remove_chain()1196 PARENTFS(fs)->fsi_flag |= 1; in remove_chain()1290 cs = PARENTFS(fs)->last_clst; /* Start at suggested cluster if it is valid */ in create_chain()[all …]
605 #define PARENTFS(fs) ((FATFS*)((fs)->parent_fs)) macro