Searched refs:FS_OPEN (Results 1 – 3 of 3) 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()
145 #define FS_OPEN(fs) ((fs)->open) macro157 #define FS_OPEN(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_open) macro
140 error = FS_OPEN(&file_system[i])(file, f); in nbfs_fileopen()