Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfs.h256 #define FS_NOTAIL_FL 0x00008000 /* file tail should not be merged */ macro
/external/crosvm/io_uring/src/
Dbindings.rs212 pub const FS_NOTAIL_FL: ::std::os::raw::c_uint = 32768; constant