Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfs.h253 #define FS_INDEX_FL 0x00001000 /* hash-indexed directory */ macro
/external/crosvm/io_uring/src/
Dbindings.rs209 pub const FS_INDEX_FL: ::std::os::raw::c_uint = 4096; constant