Lines Matching full:static
29 static struct fs fs;
30 static struct ublock_ctx *ub;
31 static int ums_lun = 0;
33 static int fs_import(struct fs *fs,
52 static int read_callback(char *buf, uint64_t length, uint64_t offset)
66 static int write_callback(const char *buf, uint64_t length, uint64_t offset)
73 static struct ublock_ops ops = {
80 static int set_ums_file(int index)
103 static int clear_ums_file(void)
125 static void cleanup(void)
133 static void signal_handler(int sig)
140 static int normal_exit = 0;
142 static void atexit_handler(void)