Home
last modified time | relevance | path

Searched refs:NR_VFS_CALLS (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/servers/vfs/
H A Dtable.c17 int (* const call_vec[NR_VFS_CALLS])(void) = {
H A Dmain.c33 EXTERN unsigned long calls_stats[NR_VFS_CALLS];
286 if (call_index < NR_VFS_CALLS && call_vec[call_index] != NULL) { in do_work()
H A Dmisc.c44 unsigned long calls_stats[NR_VFS_CALLS];
/minix3/minix/include/minix/
H A Dcallnr.h137 #define NR_VFS_CALLS 64 /* highest number from base plus one */ macro