Home
last modified time | relevance | path

Searched defs:AT_SYMLINK_FOLLOW (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h50 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */ macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs82 const AT_SYMLINK_FOLLOW = 0x400; constant