Home
last modified time | relevance | path

Searched refs:blkid (Results 1 – 25 of 44) 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 pkg
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.gitignore66 lib/blkid/blkid.h
67 lib/blkid/blkid.pc
68 lib/blkid/blkid_types.h
69 lib/blkid/libblkid.3
70 lib/blkid/subdirs
71 lib/blkid/test_probe
72 lib/blkid/tests/*.ok
73 lib/blkid/tests/*.out
74 lib/blkid/tests/tmp
75 lib/blkid/tst_cache
[all …]
DMakefile.in15 @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
30 lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h
140 lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \
141 $(srcdir)/lib/blkid/blkid_types.h.in
142 cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
Ddepfix.sed28 s;\.\./[^ ]*lib/blkid/blkid[^ ]* *;;g
Dconfigure.ac404 dnl handle --enable-blkid-debug
406 AC_ARG_ENABLE([blkid-debug],
407 [ --enable-blkid-debug enable blkid debugging],
410 AC_MSG_RESULT([Disabling blkid debugging])
413 [Define to 1 if debugging the blkid library])
414 AC_MSG_RESULT([Enabling blkid debugging])
417 AC_MSG_RESULT([Disabling blkid debugging by default])
516 [ --enable-libblkid build and use private blkid library],
523 AC_CHECK_LIB(blkid, blkid_get_cache,
524 [LIBBLKID=`$PKG_CONFIG --libs blkid`;
[all …]
De2fsprogs.spec113 %{_root_sbindir}/blkid
160 %{_mandir}/man8/blkid.8*
205 %{_libdir}/pkgconfig/blkid.pc
214 %{_includedir}/blkid
/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/e2fsprogs/doc/RelNotes/
Dv1.36.txt70 Change blkid to test for NTFS first because Windows sometimes doesn't
75 Add support for swap partition label and uuid's in the blkid library.
77 Add support to the blkid library to recognize Oracle ASM volumes.
79 Make blkid -t display all devices that match the specified criteria,
80 not just the first one, and work more consistently when the blkid
93 The blkid library will return vfat in preference to msdos, and ext3 in
136 Fix bug in the blkid library when detecting the ocfs1 filesystem
176 The blkid program has a new option -o which controls the output format
177 of the blkid program; this is makes blkid more convenient to use in
191 Add ocfs and ocfs2 probe support into the blkid library.
[all …]
Dv1.38.txt4 Fix blkid's test programs (built with "make check") compile correctly
5 even without "configure --enable-blkid-debug".
36 The blkid program has a new option which will more efficiently search
46 Fixed a potential portability issue in the blkid programs for
54 Fix blkid's recognition of cramfs filesystems, and enhance it to be
77 Make the blkid library more paranoid about being run from setgid
104 Added a new function to the blkid library, blkid_probe_all_new(),
110 Added new functions to the blkid library, blkid_dev_set_search() and
Dv1.34.txt48 The blkid probe function now more correctly detects UDF filesystems.
50 Fixed a bug in the blkid library which caused it to not update its
54 Fixed a bug in the blkid library which could avoid an infinite loop
56 /etc/blkid.tab file has not yet been created.
93 Added the blkid_known_fstype() function to the blkid library, which
95 the blkid probing functions.
97 Improved the documentation for the blkid library.
102 Added a dependency in the blkid library's .so file to the uuid
Dv1.39.txt33 Fix blkid library so that logic to determine whether or not a device's
34 cached information in /etc/blkid.tab needs to be verified or not
39 The blkid library will now store the UUID of the external journal used
112 Fix a file descriptor leak in blkid library.
125 Add support for device mapper library to the blkid library to ensure
126 that the "best" (i.e., leaf) device is probed by the blkid library.
128 Fix the blkid library so that it notices when an ext2 filesystem is
131 Improve the blkid's library VFAT/FAT detection; it now understands
139 blkid library. Also add support for extract the label from iso9660
182 Add a regression test suite for the blkid library.
[all …]
Dv1.40.txt20 Fix marginal C code in probe_lvm2() function to the blkid library more
32 When deciding whether or not to revalidate a blkid cache entry, if the
97 Fix bug in blkid when run by an unprivileged user; most devices were
238 Teach blkid to detect LVM2 physical volumes. (Addresses Red Hat
305 Add support for returning labels for UDF filesystems in the blkid
308 Fix bug in the blkid library where cached filesystems was not being
312 Added logic to the blkid library to automatically choose whether a
373 Add support for detecting HFS+ filesystems in the blkid library.
375 Add support in the blkid library for ext4/ext4dev filesystems.
377 Fix a bug in blkid where it could die on a floating point exception
[all …]
Dv1.33.txt77 Added a new shared library, the blkid library, which efficiently
81 file, and then verified to make sure the blkid cache is correct.
84 the device name, using the blkid library. (Addresses Debian bugs
129 et, ss, uuid, and blkid libraries. The configure script and top-level
141 chattr, and blkid executables.
Dv1.43.6.txt63 Avoid changing the blkid cache when running tests. (Normally the
64 blkid cache is not writable by the user running tests, but...)
/external/f2fs-tools/
Dconfigure.ac43 AC_ARG_WITH([blkid], optwith
44 AS_HELP_STRING([--without-blkid],
45 [Ignore presence of libblkid and disable blkid support]))
71 [PKG_CHECK_MODULES([libblkid], [blkid],
77 [AC_DEFINE([HAVE_LIBBLKID], [1], [Use blkid])],
79 [AC_MSG_ERROR([blkid support requested but libblkid not found])]
/external/e2fsprogs/debian/
Dlibblkid-dev.files2 usr/include/blkid
4 usr/lib/*/pkgconfig/blkid.pc
/external/ltp/testcases/commands/mkfs/
Dmkfs01.sh73 blkid $2 -t TYPE="ext2" >/dev/null
76 blkid $2 -t TYPE="vfat" >/dev/null
78 blkid $2 -t TYPE="$1" >/dev/null
/external/e2fsprogs/misc/
DMakefile.in27 @BLKID_CMT@BLKID_PROG= blkid
28 @BLKID_CMT@BLKID_MAN= blkid.8
64 BLKID_OBJS= blkid.o
89 PROFILED_BLKID_OBJS= profiled/blkid.o
101 $(srcdir)/uuidgen.c $(srcdir)/blkid.c $(srcdir)/logsave.c \
137 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
193 blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LIBEXT2FS)
195 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \
198 blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID)
200 $(Q) $(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS) \
[all …]
DAndroid.bp221 // Build blkid
224 name: "blkid",
227 srcs: ["blkid.c"],
/external/syzkaller/pkg/report/testdata/linux/guilty/
D223 INFO: task blkid:16495 blocked for more than 120 seconds.
6 blkid D21344 16495 3125 0x80000006
/external/u-boot/fs/zfs/
Dzfs.c628 dmu_read(dnode_end_t *dn, uint64_t blkid, void **buf, in dmu_read() argument
645 idx = (blkid >> (epbs * level)) & ((1 << epbs) - 1); in dmu_read()
909 uint64_t hash, idx, blkid; in fzap_lookup() local
927 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_lookup()
934 err = dmu_read(zap_dnode, blkid, &l, &leafendian, data); in fzap_lookup()
953 uint64_t idx, blkid; in fzap_iterate() local
974 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_iterate()
976 err = dmu_read(zap_dnode, blkid, &l_in, &endian, data); in fzap_iterate()
1114 uint64_t blkid, blksz; /* the block id this object dnode is in */ in dnode_get() local
1125 blkid = objnum >> epbs; in dnode_get()
[all …]
/external/e2fsprogs/e2fsck/
De2fsck.c200 if (ctx->blkid) in e2fsck_free_context()
201 blkid_put_cache(ctx->blkid); in e2fsck_free_context()

12