HomeSort by relevance Sort by last modified time
    Searched full:blkid (Results 1 - 25 of 43) sorted by null

1 2

  /external/e2fsprogs/debian/
libblkid-dev.files 2 usr/include/blkid
4 usr/lib/pkgconfig/blkid.pc
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 crashe
    [all...]
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.
  /external/e2fsprogs/lib/blkid/
blkid.pc.in 6 Name: blkid
10 Cflags: -I${includedir}/blkid
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.
    [all...]
version.c 2 * version.c --- Return the version of the blkid library
19 #include <blkid/blkid.h>
libblkid.3.in 12 .B #include <blkid/blkid.h>
27 .I /etc/blkid.tab
54 .I /etc/blkid.tab
80 .BR blkid (8)
blkidP.h 19 #include <blkid/blkid.h>
21 #include <blkid/list.h>
85 /* This describes an entire blkid cache file and probed devices.
107 #define BLKID_CACHE_FILE "/etc/blkid.tab"
blkid.h 2 * blkid.h - Interface for libblkid, a library to identify block devices
17 #include <blkid/blkid_types.h>
blkid.h.in 2 * blkid.h - Interface for libblkid, a library to identify block devices
17 #include <blkid/blkid_types.h>
tst_types.c 13 #include "blkid/blkid_types.h"
read.c 2 * read.c - read the blkid cache from disk, to avoid scanning all devices
195 printf("blkid: short line parsing dev: %s\n", *cp));
213 printf("blkid: missing </device> ending: %s\n", end));
218 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp));
366 printf("blkid: device %s has no TYPE\n",dev->bid_name));
429 printf("blkid: bad format on line %d\n", lineno));
dev.c 53 * Given a blkid device, return its name
101 * This series of functions iterate over all devices in a blkid cache
  /external/e2fsprogs/
depfix.sed 28 s;../[^ ]*lib/blkid/blkid[^ ]* *;;g
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
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`;
    [all...]
e2fsprogs.spec 113 %{_root_sbindir}/blkid
159 %{_mandir}/man8/blkid.8*
203 %{_libdir}/pkgconfig/blkid.pc
212 %{_includedir}/blkid
e2fsprogs.spec.in 113 %{_root_sbindir}/blkid
159 %{_mandir}/man8/blkid.8*
203 %{_libdir}/pkgconfig/blkid.pc
212 %{_includedir}/blkid
  /external/e2fsprogs/doc/
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 th
    [all...]
  /external/e2fsprogs/misc/
blkid.8.in 3 .\" This man page was created for blkid from e2fsprogs-1.25.
8 .TH BLKID 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
10 blkid \- command\-line utility to locate/print block device attributes
12 .B blkid
41 .B blkid
48 .B blkid
58 .IR /etc/blkid.tab .
64 Perform a garbage collection pass on the blkid cache to remove
79 .B blkid
84 .BR blkid '
    [all...]
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...]
blkid.c 2 * blkid.c - User command-line interface for libblkid
38 #include "blkid/blkid.h"
40 const char *progname = "blkid";
55 "\t-c\tcache file (default: /etc/blkid.tab, /dev/null = none)\n"
57 "\t-g\tgarbage collect the blkid cache\n"
  /external/e2fsprogs/po/
POTFILES.in 27 misc/blkid.c
  /external/e2fsprogs/e2fsck/
e2fsck.h 32 #include "blkid.h"
36 #include "blkid/blkid.h"
215 blkid_cache blkid; /* blkid cache */ member in struct:e2fsck_struct
e2fsck.c 174 if (ctx->blkid)
175 blkid_put_cache(ctx->blkid);

Completed in 1351 milliseconds

1 2