Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfuse.h286 struct fuse_statx { struct
287 uint32_t mask;
288 uint32_t blksize;
289 uint64_t attributes;
290 uint32_t nlink;
291 uint32_t uid;
292 uint32_t gid;
293 uint16_t mode;
294 uint16_t __spare0[1];
295 uint64_t ino;
[all …]
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h300 struct fuse_statx { struct
301 uint32_t mask;
302 uint32_t blksize;
303 uint64_t attributes;
304 uint32_t nlink;
305 uint32_t uid;
306 uint32_t gid;
307 uint16_t mode;
308 uint16_t __spare0[1];
309 uint64_t ino;
[all …]