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.h291 struct fuse_statx { struct
292 uint32_t mask;
293 uint32_t blksize;
294 uint64_t attributes;
295 uint32_t nlink;
296 uint32_t uid;
297 uint32_t gid;
298 uint16_t mode;
299 uint16_t __spare0[1];
300 uint64_t ino;
[all …]