Home
last modified time | relevance | path

Searched refs:FS_OPEN (Results 1 – 2 of 2) sorted by relevance

/minix/sys/lib/libsa/
H A Dopen.c130 error = FS_OPEN(&file_system[i])(file, f); in open()
140 error = FS_OPEN(&file_system[i])(file, f); in open()
H A Dstand.h172 #define FS_OPEN(fs) ((fs)->open) macro
187 #define FS_OPEN(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_open) macro