MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / FSFile

Class FSFile

tinyemu/fs_net.c:153–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151} FSCMDRequest;
152
153struct FSFile {
154 uint32_t uid;
155 FSINode *inode;
156 BOOL is_opened;
157 uint32_t open_flags;
158 FSCMDRequest *req;
159};
160
161typedef struct {
162 struct list_head link;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected