| 78 | } FSINodeRegStateEnum; |
| 79 | |
| 80 | typedef struct FSBaseURL { |
| 81 | struct list_head link; |
| 82 | int ref_count; |
| 83 | char *base_url_id; |
| 84 | char *url; |
| 85 | char *user; |
| 86 | char *password; |
| 87 | BOOL encrypted; |
| 88 | AES_KEY aes_state; |
| 89 | } FSBaseURL; |
| 90 | |
| 91 | typedef struct FSINode { |
| 92 | struct list_head link; |
nothing calls this directly
no outgoing calls
no test coverage detected