Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfs.h239 #define FS_UNRM_FL 0x00000002 /* Undelete */ macro
/external/crosvm/io_uring/src/
Dbindings.rs197 pub const FS_UNRM_FL: ::std::os::raw::c_uint = 2; constant