UDS: split off from PFS
Change-Id: I769cbd64aa6e5e85a797caf0f8bbb4c20e145263
This commit is contained in:
@@ -112,9 +112,9 @@
|
||||
#define MAPDRIVER 122 /* to VFS, map a device */
|
||||
#define GETRUSAGE 123 /* to PM, VFS */
|
||||
|
||||
#define VFS_PFS_CHECK_PERMS 124 /* to VFS */
|
||||
#define VFS_PFS_VERIFY_FD 125 /* to VFS */
|
||||
#define VFS_PFS_SET_FILP 126 /* to VFS */
|
||||
#define VFS_PFS_COPY_FILP 127 /* to VFS */
|
||||
#define VFS_PFS_PUT_FILP 128 /* to VFS */
|
||||
#define VFS_PFS_CANCEL_FD 129 /* to VFS */
|
||||
#define VFS_UDS_CHECK_PERMS 124 /* to VFS */
|
||||
#define VFS_UDS_VERIFY_FD 125 /* to VFS */
|
||||
#define VFS_UDS_SET_FILP 126 /* to VFS */
|
||||
#define VFS_UDS_COPY_FILP 127 /* to VFS */
|
||||
#define VFS_UDS_PUT_FILP 128 /* to VFS */
|
||||
#define VFS_UDS_CANCEL_FD 129 /* to VFS */
|
||||
|
||||
@@ -882,12 +882,12 @@
|
||||
#define VFS_IOCTL_REQ m2_i3
|
||||
#define VFS_IOCTL_ARG m2_p1
|
||||
|
||||
/* Field names for the PFS backcalls to VFS. */
|
||||
#define VFS_PFS_ENDPT m2_i1
|
||||
#define VFS_PFS_GRANT m2_i2
|
||||
#define VFS_PFS_COUNT m2_i3
|
||||
#define VFS_PFS_FD m2_i3
|
||||
#define VFS_PFS_FILP m2_p1
|
||||
/* Field names for the UDS backcalls to VFS. */
|
||||
#define VFS_UDS_ENDPT m2_i1
|
||||
#define VFS_UDS_GRANT m2_i2
|
||||
#define VFS_UDS_COUNT m2_i3
|
||||
#define VFS_UDS_FD m2_i3
|
||||
#define VFS_UDS_FILP m2_p1
|
||||
|
||||
/* Field names for the dupfrom(2) call. */
|
||||
#define VFS_DUPFROM_ENDPT m1_i1
|
||||
|
||||
Reference in New Issue
Block a user