Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h56 #define AT_STATX_FORCE_SYNC 0x2000 /* - Force the attributes to be sync'd with the server */ macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs97 const AT_STATX_FORCE_SYNC = 0x2000; constant