Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfs.h142 #define FS_XFLAG_COWEXTSIZE 0x00010000 /* CoW extent size allocator hint */ macro
/external/crosvm/io_uring/src/
Dbindings.rs171 pub const FS_XFLAG_COWEXTSIZE: ::std::os::raw::c_uint = 65536; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c2617 #ifdef FS_XFLAG_COWEXTSIZE
2618 { "FS_XFLAG_COWEXTSIZE", (unsigned long) FS_XFLAG_COWEXTSIZE },