Searched defs:fuse_file_info (Results 1 – 2 of 2) sorted by relevance
76 struct fuse_file_info { struct78 int flags;81 unsigned long fh_old;85 int writepage;89 unsigned int direct_io : 1;93 unsigned int keep_cache : 1;98 unsigned int flush : 1;101 unsigned int padding : 29;105 uint64_t fh;108 uint64_t lock_owner;
50 struct fuse_file_info { struct52 int flags;60 unsigned int writepage : 1;63 unsigned int direct_io : 1;69 unsigned int keep_cache : 1;73 unsigned int parallel_direct_writes : 1;78 unsigned int flush : 1;82 unsigned int nonseekable : 1;87 unsigned int flock_release : 1;93 unsigned int cache_readdir : 1;[all …]