Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h57 #define AT_STATX_DONT_SYNC 0x4000 /* - Don't sync attributes with the server */ macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs100 const AT_STATX_DONT_SYNC = 0x4000; constant