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