Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4367 → Rev 4368

/trunk/uspace/srv/vfs/vfs.h
166,11 → 166,6
* VFS_UNLINK.
*/
#define L_UNLINK 32
/**
* L_PARENT performs a lookup but returns the triplet of the parent node.
* This flag may not be combined with any other lookup flag.
*/
#define L_PARENT 64
 
typedef enum vfs_node_type {
VFS_NODE_UNKNOWN,