Home
last modified time | relevance | path

Searched defs:AT_SYMLINK_NOFOLLOW (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h47 #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs74 const AT_SYMLINK_NOFOLLOW = 0x100; constant
H A Dsyscall.rs333 const AT_SYMLINK_NOFOLLOW = 0x100; constant