Changeset bf9dc4e2 in mainline for uspace/lib/c/include/ipc/vfs.h
- Timestamp:
- 2013-07-28T19:32:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 778d26d
- Parents:
- d60ce4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
rd60ce4a rbf9dc4e2 97 97 VFS_OUT_STAT, 98 98 VFS_OUT_LOOKUP, 99 VFS_OUT_LINK, 99 100 VFS_OUT_DESTROY, 100 101 VFS_OUT_LAST … … 125 126 126 127 /** 127 * Lookup will succeed only if the object is a root directory. The flag is128 * mutually exclusive with L_FILE and L_MP.129 */130 #define L_ROOT 4131 132 /**133 128 * Lookup will succeed only if the object is a mount point. The flag is mutually 134 129 * exclusive with L_FILE and L_ROOT. … … 147 142 */ 148 143 #define L_CREATE 32 149 150 /**151 * L_LINK is used for linking to an already existing nodes.152 */153 #define L_LINK 64154 144 155 145 /**
Note:
See TracChangeset
for help on using the changeset viewer.