New syscalls vfsavailmounts() and vfsmountstat() to get info about current VFS mountpoints
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
#define SYS_RAND 9
|
||||
#define SYS_VFSMOUNT 10
|
||||
#define SYS_VFSUNMOUNT 11
|
||||
#define SYS_VFSAVAILMOUNTS 2
|
||||
#define SYS_VFSMOUNTSTAT 3
|
||||
#define SYS_IPC_PIPEREAD 12
|
||||
#define SYS_IPC_PIPEWRITE 13
|
||||
#define SYS_IPC_PIPEMAKE 14
|
||||
|
||||
Reference in New Issue
Block a user