Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfuse.h295 struct fuse_statx { struct
296 uint32_t mask;
297 uint32_t blksize;
298 uint64_t attributes;
299 uint32_t nlink;
300 uint32_t uid;
301 uint32_t gid;
302 uint16_t mode;
303 uint16_t __spare0[1];
304 uint64_t ino;
[all …]
/external/libfuse/include/
Dfuse_kernel.h290 struct fuse_statx { struct
291 uint32_t mask;
292 uint32_t blksize;
293 uint64_t attributes;
294 uint32_t nlink;
295 uint32_t uid;
296 uint32_t gid;
297 uint16_t mode;
298 uint16_t __spare0[1];
299 uint64_t ino;
[all …]