| 151 | } FSCMDRequest; |
| 152 | |
| 153 | struct FSFile { |
| 154 | uint32_t uid; |
| 155 | FSINode *inode; |
| 156 | BOOL is_opened; |
| 157 | uint32_t open_flags; |
| 158 | FSCMDRequest *req; |
| 159 | }; |
| 160 | |
| 161 | typedef struct { |
| 162 | struct list_head link; |
nothing calls this directly
no outgoing calls
no test coverage detected