Searched refs:VFS_BASE (Results 1 – 4 of 4) sorted by relevance
68 #define VFS_BASE 0x100 macro70 #define IS_VFS_CALL(type) (((type) & ~0xff) == VFS_BASE)72 #define VFS_READ (VFS_BASE + 0)73 #define VFS_WRITE (VFS_BASE + 1)74 #define VFS_LSEEK (VFS_BASE + 2)75 #define VFS_OPEN (VFS_BASE + 3)76 #define VFS_CREAT (VFS_BASE + 4)77 #define VFS_CLOSE (VFS_BASE + 5)78 #define VFS_LINK (VFS_BASE + 6)79 #define VFS_UNLINK (VFS_BASE + 7)[all …]
15 #define CALL(n) [((n) - VFS_BASE)]
284 call_index = (unsigned int) (job_call_nr - VFS_BASE); in do_work()
2367 #define VFS_CALL(c) [((VFS_ ## c) - VFS_BASE)]2448 .base = VFS_BASE,