fuse_add_dirent ( char* buf, char const* name, struct stat const* stbuf, off_t off )
Field 'stbuf.st_atim' in 3rd parameter 'stbuf' (pointer) is of type 'struct timespec'.
fuse_new_compat1 ( int fd, int flags, struct fuse_operations_compat1 const* op )
Field 'op.getattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_new_compat2 ( int fd, char const* opts, struct fuse_operations_compat2 const* op )
Field 'op.getattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_main_compat1 ( int argc, char** argv, struct fuse_operations_compat1 const* op )
Field 'op.getattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_main_compat2 ( int argc, char** argv, struct fuse_operations_compat2 const* op )
Field 'op.getattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_new_compat22 ( int fd, char const* opts, struct fuse_operations_compat22 const* op, size_t op_size )
Field 'op.getattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_new_compat25 ( int fd, struct fuse_args* args, struct fuse_operations_compat25 const* op, size_t op_size )
Field 'op.fgetattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_setup_compat2 ( int argc, char** argv, struct fuse_operations_compat2 const* op, char** mountpoint, int* multithreaded, int* fd )
Field 'op.getattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_setup_compat22 ( int argc, char** argv, struct fuse_operations_compat22 const* op, size_t op_size, char** mountpoint, int* multithreaded, int* fd )
Field 'op.getattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
fuse_setup_compat25 ( int argc, char** argv, struct fuse_operations_compat25 const* op, size_t op_size, char** mountpoint, int* multithreaded, int* fd )
Field 'op.fgetattr.p1.st_atim' in 3rd parameter 'op' (pointer) has base type 'struct timespec'.
...