Searched refs:FS_OPEN (Results 1 – 2 of 2) sorted by relevance
130 error = FS_OPEN(&file_system[i])(file, f); in open()140 error = FS_OPEN(&file_system[i])(file, f); in open()
172 #define FS_OPEN(fs) ((fs)->open) macro187 #define FS_OPEN(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_open) macro