Home
last modified time | relevance | path

Searched refs:blkid (Results 1 – 22 of 22) sorted by relevance

/external/e2fsprogs/lib/blkid/
DMakefile.in12 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 …]
Dblkid.pc.in6 Name: blkid name
10 Cflags: -I${includedir}/blkid
Dblkid.h.in2 * blkid.h - Interface for libblkid, a library to identify block devices
17 #include <blkid/blkid_types.h>
/external/e2fsprogs/doc/
Dlibblkid.txt18 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/
DMakefile.in20 @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/
Dlibblkid-dev.files2 usr/include/blkid
4 usr/lib/pkgconfig/blkid.pc
Dchangelog80 * 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 …]
Dcontrol130 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.
Dcontrol.in148 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
Drules41 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/
DMakefile.in15 @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
Ddepfix.sed28 s;../[^ ]*lib/blkid/blkid[^ ]* *;;g
Dconfigure.in351 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 …]
De2fsprogs.spec113 %{_root_sbindir}/blkid
159 %{_mandir}/man8/blkid.8*
203 %{_libdir}/pkgconfig/blkid.pc
212 %{_includedir}/blkid
De2fsprogs.spec.in113 %{_root_sbindir}/blkid
159 %{_mandir}/man8/blkid.8*
203 %{_libdir}/pkgconfig/blkid.pc
212 %{_includedir}/blkid
DRELEASE-NOTES137 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 …]
Dconfigure1440 --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/
De2fsck.c174 if (ctx->blkid) in e2fsck_free_context()
175 blkid_put_cache(ctx->blkid); in e2fsck_free_context()
De2fsck.h215 blkid_cache blkid; /* blkid cache */ member
Djournal.c347 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()
Dunix.c660 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/
DPOTFILES.in27 misc/blkid.c