Home
last modified time | relevance | path

Searched refs:FS_PROJINHERIT_FL (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dfs.h267 #define FS_PROJINHERIT_FL 0x20000000 /* Create with parents projid */ macro
/external/toybox/toys/other/
Dlsattr.c115 {"Project_Hierarchy", FS_PROJINHERIT_FL, 'P'},
/external/crosvm/io_uring/src/
Dbindings.rs221 pub const FS_PROJINHERIT_FL: ::std::os::raw::c_uint = 536870912; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2593 #ifdef FS_PROJINHERIT_FL
2594 { "FS_PROJINHERIT_FL", (unsigned long) FS_PROJINHERIT_FL },