Searched refs:FS_BASE (Results 1 – 4 of 4) sorted by relevance
41 #define REQ_GETNODE (FS_BASE + 1) /* Should be removed */42 #define REQ_PUTNODE (FS_BASE + 2)43 #define REQ_SLINK (FS_BASE + 3)44 #define REQ_FTRUNC (FS_BASE + 4)45 #define REQ_CHOWN (FS_BASE + 5)46 #define REQ_CHMOD (FS_BASE + 6)47 #define REQ_INHIBREAD (FS_BASE + 7)48 #define REQ_STAT (FS_BASE + 8)49 #define REQ_UTIME (FS_BASE + 9)50 #define REQ_STATVFS (FS_BASE + 10)[all …]
589 #define FS_BASE 0xA00 /* Requests sent by VFS to filesystem macro
4 #define CALL(n) [((n) - FS_BASE)]
40 call_nr -= FS_BASE; /* unsigned; wrapping is intended */ in fsdriver_process()