Changeset bf9dc4e2 in mainline for uspace/lib/c/include/ipc/vfs.h


Ignore:
Timestamp:
2013-07-28T19:32:36Z (12 years ago)
Author:
Jiri Zarevucky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
778d26d
Parents:
d60ce4a
Message:

Relativize and simplify lookup().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vfs.h

    rd60ce4a rbf9dc4e2  
    9797        VFS_OUT_STAT,
    9898        VFS_OUT_LOOKUP,
     99        VFS_OUT_LINK,
    99100        VFS_OUT_DESTROY,
    100101        VFS_OUT_LAST
     
    125126
    126127/**
    127  * Lookup will succeed only if the object is a root directory. The flag is
    128  * mutually exclusive with L_FILE and L_MP.
    129  */
    130 #define L_ROOT                  4
    131 
    132 /**
    133128 * Lookup will succeed only if the object is a mount point. The flag is mutually
    134129 * exclusive with L_FILE and L_ROOT.
     
    147142 */
    148143#define L_CREATE                32
    149 
    150 /**
    151  * L_LINK is used for linking to an already existing nodes.
    152  */
    153 #define L_LINK                  64
    154144
    155145/**
Note: See TracChangeset for help on using the changeset viewer.