Home
last modified time | relevance | path

Searched refs:AT_RECURSIVE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h59 #define AT_RECURSIVE 0x8000 /* Apply to the entire subtree */ macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs103 const AT_RECURSIVE = 0x8000; constant