Searched defs:fuse_statx (Results 1 – 1 of 1) sorted by relevance
36 struct fuse_statx { struct37 uint32_t mask;38 uint32_t blksize;39 uint64_t attributes;40 uint32_t nlink;41 uint32_t uid;42 uint32_t gid;43 uint16_t mode;44 uint16_t __spare0[1];45 uint64_t ino;[all …]