Home
last modified time | relevance | path

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

12

/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 -I${includedir}
Dblkid.h.in2 * blkid.h - Interface for libblkid, a library to identify block devices
17 #include <blkid/blkid_types.h>
/external/e2fsprogs/
D.gitignore64 lib/blkid/blkid.h
65 lib/blkid/blkid.pc
66 lib/blkid/blkid_types.h
67 lib/blkid/libblkid.3
68 lib/blkid/subdirs
69 lib/blkid/test_probe
70 lib/blkid/tests/*.ok
71 lib/blkid/tests/*.out
72 lib/blkid/tests/tmp
73 lib/blkid/tst_cache
[all …]
DMakefile.in15 @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
23 lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h
131 lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \
132 $(srcdir)/lib/blkid/blkid_types.h.in
133 cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
Ddepfix.sed28 s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g
Dconfigure.ac403 dnl handle --enable-blkid-debug
405 AC_ARG_ENABLE([blkid-debug],
406 [ --enable-blkid-debug enable blkid debugging],
409 AC_MSG_RESULT([Disabling blkid debugging])
412 [Define to 1 if debugging the blkid library])
413 AC_MSG_RESULT([Enabling blkid debugging])
416 AC_MSG_RESULT([Disabling blkid debugging by default])
515 [ --enable-libblkid build and use private blkid library],
522 AC_CHECK_LIB(blkid, blkid_get_cache,
523 [LIBBLKID=`$PKG_CONFIG --libs blkid`;
[all …]
De2fsprogs.spec.in113 %{_root_sbindir}/blkid
159 %{_mandir}/man8/blkid.8*
203 %{_libdir}/pkgconfig/blkid.pc
212 %{_includedir}/blkid
DREADME.subset2 contains the base libraries (ss, et, uuid, blkid) which may be used by
DRELEASE-NOTES2262 Fix a dependency definition for the static and profiled blkid
2529 Mke2fs now will obtain get device topology information from blkid and
2552 Fix blkid's modules.dep parser so it handles compressed (.ko.gz)
2575 The in-tree header files are only used if the in-tree uuid or blkid
2576 libraries are used. Otherwise, use the system-provided uuid or blkid
2835 Teach blkid to try to figure out DM device names using take advantage
2840 Fix blkid to prefer /dev/mapper/<name> device names instad of the
2933 used to support filesystems without a journal. Update the blkid
2936 The blkid library will remove an entry from the blkid cache
2968 Add support for building the blkid command statically.
[all …]
/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/util/
Dgen-android-files38 cp lib/blkid/blkid.h.in lib/blkid/blkid.h
41 cp util/android_types.h lib/blkid/blkid_types.h
/external/f2fs-tools/
Dconfigure.ac53 AC_ARG_WITH([blkid], optwith
54 AS_HELP_STRING([--without-blkid],
55 [Ignore presence of libblkid and disable blkid support]))
81 [PKG_CHECK_MODULES([libblkid], [blkid],
87 [AC_DEFINE([HAVE_LIBBLKID], [1], [Use blkid])],
89 [AC_MSG_ERROR([blkid support requested but libblkid not found])]
/external/e2fsprogs/debian/
Dlibblkid-dev.files.in2 usr/include/blkid
4 usr/lib/*/pkgconfig/blkid.pc
Dchangelog415 builds; this means that e2fsck.static will now use the blkid library
1014 for the blkid library (Closes: #604629)
1177 * Teach mke2fs to get device topology information from blkid and use
1190 * Enhance blkid to support .ko.gz files in the modules.dep parser
1329 * Fix blkid to prefer the /dev/mapper/<name> device names over the
1355 * Remove whole-disk entries from the blkid cache when partitions are found
1383 * Teach the blkid library that starting in 2.6.29, ext4 can support
1395 * Fix bug which could sometimes cause blkid to return an exit value of
1398 * Fix blkid to deal with an ext3 filesystem with the test_fs flag
1441 * The blkid library will now recognize btrfs filesystems and swap
[all …]
Dcontrol.in167 The blkid library which allows system programs like fsck and
181 The blkid library which allows system programs like fsck and
196 The blkid library which allows system programs like fsck and
202 This package contains the development environment for the blkid library.
336 blkid library, contained in the libblkid1 package. The debug
/external/ltp/testcases/commands/mkfs/
Dmkfs01.sh74 blkid $2 -t TYPE="ext2" >/dev/null
77 blkid $2 -t TYPE="vfat" >/dev/null
79 blkid $2 -t TYPE="$1" >/dev/null
/external/e2fsprogs/misc/
DMakefile.in27 @BLKID_CMT@BLKID_PROG= blkid
28 @BLKID_CMT@BLKID_MAN= blkid.8
63 BLKID_OBJS= blkid.o
87 PROFILED_BLKID_OBJS= profiled/blkid.o
99 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \
135 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
192 blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LIBEXT2FS)
194 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \
197 blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID)
199 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS) \
[all …]
DAndroid.bp202 // Build blkid
205 name: "blkid",
207 srcs: ["blkid.c"],
/external/e2fsprogs/e2fsck/
De2fsck.c184 if (ctx->blkid) in e2fsck_free_context()
185 blkid_put_cache(ctx->blkid); in e2fsck_free_context()
Dunix.c798 blkid_get_cache(&ctx->blkid, NULL); in PRS()
892 ctx->journal_name = blkid_get_devname(ctx->blkid, in PRS()
971 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS()
/external/toybox/tests/
Dmount.test11 root_fs_type=`blkid -o value $root_fs | tail -1`
/external/e2fsprogs/debugfs/
Djournal.c394 blkid_cache blkid; in ext2fs_get_journal() local
396 blkid_get_cache(&blkid, NULL); in ext2fs_get_journal()
398 fs->journal_name = blkid_get_devname(blkid, in ext2fs_get_journal()
402 blkid_put_cache(blkid); in ext2fs_get_journal()
/external/e2fsprogs/po/
DPOTFILES.in36 misc/blkid.c
/external/toybox/
DAndroid.mk89 toys/other/blkid.c \

12