Searched refs:base_device (Results 1 – 5 of 5) sorted by relevance
65 char * base_device; member69 extern char *base_device(const char *device);
53 FSCK_OBJS= fsck.o base_device.o ismounted.o71 PROFILED_FSCK_OBJS= profiled/fsck.o profiled/base_device.o \83 $(srcdir)/filefrag.c $(srcdir)/base_device.c \221 base_device: base_device.c223 $(Q) $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(srcdir)/base_device.c \224 -DDEBUG -o base_device226 check:: base_device227 ./base_device < $(srcdir)/base_device.tst > base_device.out228 cmp $(srcdir)/base_device.tst base_device.out589 base_device base_device.out mke2fs.static filefrag e2freefrag \[all …]
41 char *base_device(const char *device) in base_device() function164 base = base_device(buf); in main()
237 free(i->base_device); in free_instance()513 inst->base_device = base_device(device); in execute()939 base = base_device(device); in device_already_active()947 if (!inst->base_device || !strcmp(base, inst->base_device)) { in device_already_active()
26 misc/base_device.c