Changes in uspace/lib/libc/include/ipc/vfs.h [2b88074b:4b995b92] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/ipc/vfs.h
r2b88074b r4b995b92 86 86 VFS_OUT_MOUNTED, 87 87 VFS_OUT_UNMOUNT, 88 VFS_OUT_UNMOUNTED, 88 89 VFS_OUT_SYNC, 89 90 VFS_OUT_STAT, … … 140 141 141 142 /** 142 * L_OPEN is used to indicate that the lookup operation is a part of VFS_ OPEN143 * L_OPEN is used to indicate that the lookup operation is a part of VFS_IN_OPEN 143 144 * call from the client. This means that the server might allocate some 144 145 * resources for the opened file. This flag cannot be passed directly by the … … 147 148 #define L_OPEN 64 148 149 150 /** 151 * L_NOCROSS_LAST_MP is used exclusively during the VFS_IN_UNMOUNT operation. It 152 * tells the lookup routine not to cross the last mount point in the lookup 153 * path. 154 */ 155 #define L_NOCROSS_LAST_MP 128 156 149 157 #endif 150 158
Note:
See TracChangeset
for help on using the changeset viewer.