Home
last modified time | relevance | path

Searched defs:fsxattr (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dproject.h19 struct fsxattr { struct
20 __u32 fsx_xflags; /* xflags field value (get/set) */
21 __u32 fsx_extsize; /* extsize field value (get/set)*/
22 __u32 fsx_nextents; /* nextents field value (get) */
23 __u32 fsx_projid; /* project identifier (get/set) */
24 unsigned char fsx_pad[12];
/external/minijail/
Dgen_constants-inl.h46 struct fsxattr { struct
54 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) argument
/external/kernel-headers/original/uapi/linux/
Dfs.h115 struct fsxattr { struct
116 __u32 fsx_xflags; /* xflags field value (get/set) */
117 __u32 fsx_extsize; /* extsize field value (get/set)*/
118 __u32 fsx_nextents; /* nextents field value (get) */
119 __u32 fsx_projid; /* project identifier (get/set) */
120 __u32 fsx_cowextsize; /* CoW extsize field value (get/set)*/
121 unsigned char fsx_pad[8];
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs92 struct fsxattr { struct
100 unsafe impl DataInit for fsxattr {} argument
/external/crosvm/io_uring/src/
Dbindings.rs310 pub struct fsxattr { struct
311 pub fsx_xflags: u32,
312 pub fsx_extsize: u32,
313 pub fsx_nextents: u32,
314 pub fsx_projid: u32,
315 pub fsx_cowextsize: u32,
316 pub fsx_pad: [::std::os::raw::c_uchar; 8usize],