Searched defs:nine_memfd_file_region (Results 1 – 1 of 1) sorted by relevance
119 struct nine_memfd_file_region { struct120 unsigned offset;121 unsigned size;122 void *map; /* pointer to the mapped content of the file. Can be NULL */123 int num_locks; /* Total number of locks blocking the munmap */124 int num_weak_unlocks; /* Number of users which weakly block the munmap */125 bool zero_filled;126 struct list_head list;