Searched refs:blkid (Results 1 – 22 of 22) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | Makefile.in | 12 my_dir = lib/blkid 29 HFILES_IN= blkid.h blkid_types.h 32 LIBDIR= blkid 37 ELF_MYDIR = blkid 43 BSDLIB_MYDIR = blkid 63 all:: $(SMANPAGES) blkid.pc 70 blkid.h: $(srcdir)/blkid.h.in 72 $(Q) cp $(srcdir)/blkid.h.in blkid.h 122 ../../misc/blkid.o: $(top_srcdir)/misc/blkid.c blkid.h 124 $(Q) $(CC) $(ALL_CFLAGS) -c $(top_srcdir)/misc/blkid.c \ [all …]
|
D | blkid.pc.in | 6 Name: blkid name 10 Cflags: -I${includedir}/blkid
|
D | blkid.h.in | 2 * blkid.h - Interface for libblkid, a library to identify block devices 17 #include <blkid/blkid_types.h>
|
/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/misc/ |
D | Makefile.in | 20 @BLKID_CMT@BLKID_PROG= blkid 21 @BLKID_CMT@BLKID_MAN= blkid.8 50 BLKID_OBJS= blkid.o 68 PROFILED_BLKID_OBJS= profiled/blkid.o 78 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \ 104 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \ 160 blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LIBEXT2FS) 162 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \ 165 blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID) 167 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS) \ [all …]
|
/external/e2fsprogs/debian/ |
D | libblkid-dev.files | 2 usr/include/blkid 4 usr/lib/pkgconfig/blkid.pc
|
D | changelog | 80 * Teach mke2fs to get device topology information from blkid and use 93 * Enhance blkid to support .ko.gz files in the modules.dep parser 232 * Fix blkid to prefer the /dev/mapper/<name> device names over the 258 * Remove whole-disk entries from the blkid cache when partitions are found 286 * Teach the blkid library that starting in 2.6.29, ext4 can support 298 * Fix bug which could sometimes cause blkid to return an exit value of 301 * Fix blkid to deal with an ext3 filesystem with the test_fs flag 344 * The blkid library will now recognize btrfs filesystems and swap 442 * Make the blkid library more efficient for devicemapper devices, 491 * Fix blkid cache validation and some possible blkid crashes [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 | control.in | 148 The blkid library which allows system programs like fsck and 161 The blkid library which allows system programs like fsck and 175 The blkid library which allows system programs like fsck and 181 This package contains the development environment for the blkid library. 308 blkid library, contained in the libblkid1 package. The debug
|
D | rules | 41 BLKID_VERSION = $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3) 42 BLKID_SOVERSION = $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
|
/external/e2fsprogs/ |
D | Makefile.in | 15 @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid 21 SUBS= lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h 121 lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \ 122 $(srcdir)/lib/blkid/blkid_types.h.in 123 cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
|
D | depfix.sed | 28 s;../[^ ]*lib/blkid/blkid[^ ]* *;;g
|
D | configure.in | 351 dnl handle --enable-blkid-debug 353 AC_ARG_ENABLE([blkid-debug], 354 [ --enable-blkid-debug enable blkid debugging], 357 AC_MSG_RESULT([Disabling blkid debugging]) 360 AC_MSG_RESULT([Enabling blkid debugging]) 363 AC_MSG_RESULT([Disabling blkid debugging by default]) 448 [ --disable-libblkid do not build private blkid library], 455 AC_CHECK_LIB(blkid, blkid_get_cache, 456 [LIBBLKID=`$PKG_CONFIG --libs blkid`; 457 STATIC_LIBBLKID=`$PKG_CONFIG --static --libs blkid`], [all …]
|
D | e2fsprogs.spec | 113 %{_root_sbindir}/blkid 159 %{_mandir}/man8/blkid.8* 203 %{_libdir}/pkgconfig/blkid.pc 212 %{_includedir}/blkid
|
D | e2fsprogs.spec.in | 113 %{_root_sbindir}/blkid 159 %{_mandir}/man8/blkid.8* 203 %{_libdir}/pkgconfig/blkid.pc 212 %{_includedir}/blkid
|
D | RELEASE-NOTES | 137 Mke2fs now will obtain get device topology information from blkid and 160 Fix blkid's modules.dep parser so it handles compressed (.ko.gz) 183 The in-tree header files are only used if the in-tree uuid or blkid 184 libraries are used. Otherwise, use the system-provided uuid or blkid 443 Teach blkid to try to figure out DM device names using take advantage 448 Fix blkid to prefer /dev/mapper/<name> device names instad of the 541 used to support filesystems without a journal. Update the blkid 544 The blkid library will remove an entry from the blkid cache 576 Add support for building the blkid command statically. 578 Add support for disabling the built-in blkid library in favor of a [all …]
|
D | configure | 1440 --enable-blkid-debug enable blkid debugging 1443 --disable-libblkid do not build private blkid library 5214 LIBBLKID=`$PKG_CONFIG --libs blkid`; 5215 STATIC_LIBBLKID=`$PKG_CONFIG --static --libs blkid` 10569 for ac_lib in '' blkid; do 10992 lib/blkid/Makefile lib/blkid/blkid_types.h \ 10994 lib/e2p/e2p.pc lib/blkid/blkid.pc lib/ext2fs/ext2fs.pc \
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.c | 174 if (ctx->blkid) in e2fsck_free_context() 175 blkid_put_cache(ctx->blkid); in e2fsck_free_context()
|
D | e2fsck.h | 215 blkid_cache blkid; /* blkid cache */ member
|
D | journal.c | 347 ctx->journal_name = blkid_get_devname(ctx->blkid, in e2fsck_get_journal() 1043 journal_name = blkid_get_devname(ctx->blkid, "UUID", uuid); in e2fsck_fix_ext3_journal_hint()
|
D | unix.c | 660 blkid_get_cache(&ctx->blkid, NULL); in PRS() 818 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS()
|
/external/e2fsprogs/po/ |
D | POTFILES.in | 27 misc/blkid.c
|