Home
last modified time | relevance | path

Searched refs:FS_XFLAG_IMMUTABLE (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dfs.h129 #define FS_XFLAG_IMMUTABLE 0x00000008 /* file cannot be modified */ macro
/external/crosvm/io_uring/src/
Dbindings.rs158 pub const FS_XFLAG_IMMUTABLE: ::std::os::raw::c_uint = 8; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2635 #ifdef FS_XFLAG_IMMUTABLE
2636 { "FS_XFLAG_IMMUTABLE", (unsigned long) FS_XFLAG_IMMUTABLE },