Searched refs:blkid (Results 1 – 25 of 28) sorted by relevance
12
/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 64 all:: $(SMANPAGES) blkid.pc 71 blkid.h: $(srcdir)/blkid.h.in 73 $(Q) cp $(srcdir)/blkid.h.in blkid.h 123 ../../misc/blkid.o: $(top_srcdir)/misc/blkid.c blkid.h 125 $(Q) $(CC) $(ALL_CFLAGS) -c $(top_srcdir)/misc/blkid.c \ [all …]
|
D | blkid.pc.in | 6 Name: blkid name 10 Cflags: -I${includedir}/blkid -I${includedir}
|
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 | 23 @BLKID_CMT@BLKID_PROG= blkid 24 @BLKID_CMT@BLKID_MAN= blkid.8 54 BLKID_OBJS= blkid.o 73 PROFILED_BLKID_OBJS= profiled/blkid.o 82 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \ 109 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \ 178 blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LIBEXT2FS) 180 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \ 183 blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID) 185 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS) \ [all …]
|
D | Android.mk | 406 blkid.c 454 LOCAL_MODULE := blkid
|
/external/e2fsprogs/debian/ |
D | libblkid-dev.files.in | 2 usr/include/blkid 4 usr/lib/*/pkgconfig/blkid.pc
|
D | changelog | 588 for the blkid library (Closes: #604629) 751 * Teach mke2fs to get device topology information from blkid and use 764 * Enhance blkid to support .ko.gz files in the modules.dep parser 903 * Fix blkid to prefer the /dev/mapper/<name> device names over the 929 * Remove whole-disk entries from the blkid cache when partitions are found 957 * Teach the blkid library that starting in 2.6.29, ext4 can support 969 * Fix bug which could sometimes cause blkid to return an exit value of 972 * Fix blkid to deal with an ext3 filesystem with the test_fs flag 1015 * The blkid library will now recognize btrfs filesystems and swap 1113 * Make the blkid library more efficient for devicemapper devices, [all …]
|
D | control.in | 156 The blkid library which allows system programs like fsck and 169 The blkid library which allows system programs like fsck and 183 The blkid library which allows system programs like fsck and 189 This package contains the development environment for the blkid library. 318 blkid library, contained in the libblkid1 package. The debug
|
D | rules | 44 BLKID_VERSION ?= $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3) 45 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 23 lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h 126 lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \ 127 $(srcdir)/lib/blkid/blkid_types.h.in 128 cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
|
D | depfix.sed | 28 s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g
|
D | configure.in | 423 dnl handle --enable-blkid-debug 425 AC_ARG_ENABLE([blkid-debug], 426 [ --enable-blkid-debug enable blkid debugging], 429 AC_MSG_RESULT([Disabling blkid debugging]) 432 [Define to 1 if debugging the blkid library]) 433 AC_MSG_RESULT([Enabling blkid debugging]) 436 AC_MSG_RESULT([Disabling blkid debugging by default]) 524 [ --disable-libblkid do not build private blkid library], 531 AC_CHECK_LIB(blkid, blkid_get_cache, 532 [LIBBLKID=`$PKG_CONFIG --libs blkid`; [all …]
|
D | e2fsprogs.spec.in | 113 %{_root_sbindir}/blkid 159 %{_mandir}/man8/blkid.8* 203 %{_libdir}/pkgconfig/blkid.pc 212 %{_includedir}/blkid
|
D | README.subset | 2 contains the base libraries (ss, et, uuid, blkid) which may be used by
|
D | RELEASE-NOTES | 1406 Fix a dependency definition for the static and profiled blkid 1673 Mke2fs now will obtain get device topology information from blkid and 1696 Fix blkid's modules.dep parser so it handles compressed (.ko.gz) 1719 The in-tree header files are only used if the in-tree uuid or blkid 1720 libraries are used. Otherwise, use the system-provided uuid or blkid 1979 Teach blkid to try to figure out DM device names using take advantage 1984 Fix blkid to prefer /dev/mapper/<name> device names instad of the 2077 used to support filesystems without a journal. Update the blkid 2080 The blkid library will remove an entry from the blkid cache 2112 Add support for building the blkid command statically. [all …]
|
D | configure | 1497 --enable-blkid-debug enable blkid debugging 1500 --disable-libblkid do not build private blkid library 5146 LIBBLKID=`$PKG_CONFIG --libs blkid`; 5147 STATIC_LIBBLKID=`$PKG_CONFIG --static --libs blkid` 11011 for ac_lib in '' blkid; do 11447 lib/blkid/Makefile lib/blkid/blkid_types.h lib/quota/Makefile \ 11449 lib/e2p/e2p.pc lib/blkid/blkid.pc lib/ext2fs/ext2fs.pc \
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.c | 181 if (ctx->blkid) in e2fsck_free_context() 182 blkid_put_cache(ctx->blkid); in e2fsck_free_context()
|
D | unix.c | 768 blkid_get_cache(&ctx->blkid, NULL); in PRS() 860 ctx->journal_name = blkid_get_devname(ctx->blkid, in PRS() 936 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS()
|
D | journal.c | 350 ctx->journal_name = blkid_get_devname(ctx->blkid, in e2fsck_get_journal() 1075 journal_name = blkid_get_devname(ctx->blkid, "UUID", uuid); in e2fsck_fix_ext3_journal_hint()
|
D | e2fsck.h | 234 blkid_cache blkid; /* blkid cache */ member
|
/external/e2fsprogs/po/ |
D | POTFILES.in | 27 misc/blkid.c
|
/external/toybox/ |
D | Android.mk | 83 toys/other/blkid.c \
|
/external/toybox/generated/ |
D | newtoys.h | 12 USE_BLKID(NEWTOY(blkid, 0, TOYFLAG_BIN))
|
/external/e2fsprogs/lib/ |
D | config.h.in | 6 /* Define to 1 if debugging the blkid library */
|
12