Searched refs:blkid (Results 1 – 21 of 21) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | Makefile.in | 12 my_dir = lib/blkid 29 HFILES= blkid.h 33 LIBDIR= blkid 38 ELF_MYDIR = blkid 44 BSDLIB_MYDIR = blkid 64 all:: $(SMANPAGES) blkid.pc 66 $(top_builddir)/lib/blkid/blkid_types.h: $(srcdir)/blkid_types.h.in $(top_builddir)/config.status 119 ../../misc/blkid.o: $(top_srcdir)/misc/blkid.c blkid.h 121 @$(CC) $(ALL_CFLAGS) -c $(top_srcdir)/misc/blkid.c \ 122 -o ../../misc/blkid.o [all …]
|
D | blkid.pc.in | 6 Name: blkid pkg
|
/external/e2fsprogs/e2fsck/ |
D | Makefile.in | 247 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 255 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 262 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 270 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 277 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 284 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 291 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 298 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 305 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ 314 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \ [all …]
|
D | e2fsck.c | 167 if (ctx->blkid) in e2fsck_free_context() 168 blkid_put_cache(ctx->blkid); in e2fsck_free_context()
|
D | e2fsck.h | 208 blkid_cache blkid; /* blkid cache */ member
|
D | journal.c | 341 ctx->journal_name = blkid_get_devname(ctx->blkid, in e2fsck_get_journal() 1018 journal_name = blkid_get_devname(ctx->blkid, "UUID", uuid); in e2fsck_fix_ext3_journal_hint()
|
D | unix.c | 620 blkid_get_cache(&ctx->blkid, NULL); in PRS() 772 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS()
|
/external/e2fsprogs/misc/ |
D | Makefile.in | 20 SPROGS= mke2fs badblocks tune2fs dumpe2fs blkid logsave \ 24 e2label.8 findfs.8 blkid.8 $(E2IMAGE_MAN) \ 44 BLKID_OBJS= blkid.o 52 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \ 107 blkid: $(BLKID_OBJS) $(DEPLIBS_BLKID) 109 @$(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBS_BLKID) $(LIBINTL) 220 blkid.8: $(DEP_SUBSTITUTE) $(srcdir)/blkid.8.in 222 @$(SUBSTITUTE_UPTIME) $(srcdir)/blkid.8.in blkid.8 244 blkid.1: $(DEP_SUBSTITUTE) $(srcdir)/blkid.1.in 246 @$(SUBSTITUTE_UPTIME) $(srcdir)/blkid.1.in blkid.1 [all …]
|
/external/e2fsprogs/doc/ |
D | libblkid.txt | 18 The model of the blkid cache is that each device has a number of 20 which are supported (and set) by blkid are: 37 The cache parameter is optional; if it is NULL, then the blkid library 38 will load the default blkid.tab cache file, and then release the cache 60 If a program needs to call multiple blkid functions, then passing in a 61 cache value of NULL is not recommended, since the /etc/blkid.tab file 63 and deallocated. To initialize the blkid cache, blkid_get_cache() 70 filename of the blkid cache file (where the default is 71 /etc/blkid.tab). Normally, programs should just pass in NULL. 74 when you are done using the blkid library functions. This will save the [all …]
|
/external/e2fsprogs/ |
D | Makefile.in | 13 LIB_SUBDIRS=lib/et lib/ss lib/e2p lib/ext2fs lib/uuid lib/blkid intl 17 SUBS= lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h 114 lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \ 115 $(srcdir)/lib/blkid/blkid_types.h.in 116 cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
|
D | e2fsprogs.spec | 112 %{_root_sbindir}/blkid 152 %{_mandir}/man8/blkid.8* 190 %{_libdir}/pkgconfig/blkid.pc 199 %{_includedir}/blkid
|
D | configure.in | 340 dnl handle --enable-blkid-debug 342 AC_ARG_ENABLE([blkid-debug], 343 [ --enable-blkid-debug enable blkid debugging], 346 echo "Disabling blkid debugging" 349 echo "Enabling blkid debugging" 352 echo "Disabling blkid debugging by default" 488 dnl handle --enable-blkid-devmapper 491 AC_ARG_ENABLE([blkid-devmapper], 492 [ --enable-blkid-devmapper build with device-mapper support], 946 lib/blkid/Makefile lib/blkid/blkid_types.h \ [all …]
|
D | e2fsprogs.spec.in | 112 %{_root_sbindir}/blkid 152 %{_mandir}/man8/blkid.8* 190 %{_libdir}/pkgconfig/blkid.pc 199 %{_includedir}/blkid
|
D | RELEASE-NOTES | 112 Teach blkid to detect LVM2 physical volumes. (Addresses Red Hat 179 Add support for returning labels for UDF filesystems in the blkid 182 Fix bug in the blkid library where cached filesystems was not being 186 Added logic to the blkid library to automatically choose whether a 247 Add support for detecting HFS+ filesystems in the blkid library. 249 Add supprt in the blkid library for ext4/ext4dev filesystems. 251 Fix a bug in blkid where it could die on a floating point exception 254 Fix blkid's handling of ntfs UUID's so that leading zeros are printed 323 when printing the contents of the blkid cache, to prevent filesystems 332 the blkid library. (Addresses Sourceforge Bug: #1831627) [all …]
|
D | configure | 15304 lib/blkid/Makefile lib/blkid/blkid_types.h \ 15306 lib/e2p/e2p.pc lib/blkid/blkid.pc lib/ext2fs/ext2fs.pc \
|
/external/e2fsprogs/debian/ |
D | libblkid-dev.files | 2 usr/include/blkid 4 usr/lib/pkgconfig/blkid.pc
|
D | changelog | 27 * Fix blkid code to avoid segfaulting when a device mapper volume 36 * Teach blkid to recognize LVM2 physical volumes 52 * Add support for returning labels for UDF filesystems in the blkid 54 * Fix bug in the blkid library where cached filesystems was not being 57 * Add logic to the blkid library to automatically choose whether a 91 * Add support for detecting HFS+ and ext4/ext4dev filesystems in blkid 92 * Fix blkid's ntfs UUID handling so it is compatible with vol_id 93 * Avoid a floating point exception when blkid tries to probe a corrpt 132 * Enhance the blkid program to pretty-print control and meta 158 * e2fsprogs: fix blkid whole-disk scanning heuristics [all …]
|
D | control | 130 The blkid library which allows system programs like fsck and 142 The blkid library which allows system programs like fsck and 156 The blkid library which allows system programs like fsck and 162 This package contains the development environment for the blkid library.
|
D | rules | 31 BLKID_VERSION = $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3) 32 BLKID_SOVERSION = $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3) 90 DEVMAPPER = --enable-blkid-devmapper
|
/external/e2fsprogs/debugfs/ |
D | Makefile.in | 147 $(top_srcdir)/lib/blkid/blkid.h $(top_builddir)/lib/blkid/blkid_types.h \
|
/external/e2fsprogs/po/ |
D | POTFILES.in | 28 misc/blkid.c
|