Searched refs:O_SYMLINK (Results 1 – 3 of 3) sorted by relevance
743 #define O_SYMLINK 0x200000 /* allow open of a symlink */ macro
398 (path_data->oflag & O_SYMLINK) == O_SYMLINK ?
412 if (type == VPATH_NODE_TYPE_LINK) flags |= O_SYMLINK; in _vnode_create()