Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/soc/nps/
H A Dcommon.h131 blkid:6, reg:8, __reserved:2; member
140 u32 base:7, blkid:11, reg:12, __reserved:2; member
146 static inline void *nps_host_reg_non_cl(u32 blkid, u32 reg) in nps_host_reg_non_cl() argument
151 reg_address.blkid = blkid; in nps_host_reg_non_cl()
157 static inline void *nps_host_reg(u32 cpu, u32 blkid, u32 reg) in nps_host_reg() argument
165 reg_address.blkid = blkid; in nps_host_reg()
/OK3568_Linux_fs/buildroot/package/usbmount/
H A D0002-use-udev-environment-instead-of-blkid.patch2 blkid binary. This patch drops use of blkid in favor of using the
4 on blkid from usbmount.
13 -if [ ! -x /sbin/blkid ]; then
14 - log err "cannot execute /sbin/blkid"
28 - DEVINFO=$(/sbin/blkid -p $DEVNAME)
/OK3568_Linux_fs/buildroot/package/f2fs-tools/
H A Df2fs-tools.mk27 F2FS_TOOLS_CONF_OPTS += --with-blkid
29 F2FS_TOOLS_CONF_OPTS += --without-blkid
37 --without-blkid
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/
H A Dxfsprogs_5.13.0.bb42 PACKAGECONFIG ??= "blkid"
44 PACKAGECONFIG[blkid] = "--enable-blkid=yes,--enable-blkid=no,util-linux"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/
H A Dutil-linux_2.37.4.bb125 # Util-linux' blkid replaces the e2fsprogs one
126 RCONFLICTS:${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid"
127 RREPLACES:${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid"
161 …sbinprogs_a="pivot_root hwclock mkswap losetup swapon swapoff fdisk fsck blkid blockdev fstrim sul…
214 ALTERNATIVE_LINK_NAME[blkid] = "${base_sbindir}/blkid"
272 blkid.8 eject.1 findfs.8 fsck.8 kill.1 last.1 lastb.1 libblkid.3 logger.1 mesg.1 \
277 ALTERNATIVE_LINK_NAME[blkid.8] = "${mandir}/man8/blkid.8"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install-efi.sh226 boot_uuid=$(blkid -o value -s UUID ${bootfs})
227 swap_part_uuid=$(blkid -o value -s PARTUUID ${swap})
248 root_part_uuid=$(blkid -o value -s PARTUUID ${rootfs})
264 rootuuid=$(blkid -o value -s PARTUUID ${rootfs})
H A Dinit-install.sh252 boot_uuid=$(blkid -o value -s UUID ${bootfs})
253 swap_part_uuid=$(blkid -o value -s PARTUUID ${swap})
300 root_part_uuid=$(blkid -o value -s PARTUUID ${rootfs})
301 boot_uuid=$(blkid -o value -s UUID ${bootfs})
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/
H A D0002-include-paths.h-for-_PATH_MOUNTED.patch20 #include <blkid/blkid.h>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
H A Dcryptsetup_2.4.3.bb38 blkid \
63 PACKAGECONFIG[blkid] = "--enable-blkid,--disable-blkid,util-linux"
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c629 dmu_read(dnode_end_t *dn, uint64_t blkid, void **buf, in dmu_read() argument
646 idx = (blkid >> (epbs * level)) & ((1 << epbs) - 1); in dmu_read()
910 uint64_t hash, idx, blkid; in fzap_lookup() local
928 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_lookup()
935 err = dmu_read(zap_dnode, blkid, &l, &leafendian, data); in fzap_lookup()
954 uint64_t idx, blkid; in fzap_iterate() local
975 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_iterate()
977 err = dmu_read(zap_dnode, blkid, &l_in, &endian, data); in fzap_iterate()
1115 uint64_t blkid, blksz; /* the block id this object dnode is in */ in dnode_get() local
1126 blkid = objnum >> epbs; in dnode_get()
[all …]
/OK3568_Linux_fs/buildroot/package/cryptsetup/
H A Dcryptsetup.mk21 CRYPTSETUP_CONF_OPTS += --enable-blkid --enable-libargon2
52 --enable-blkid \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c425 int blkid; in rvu_check_block_implemented() local
429 for (blkid = 0; blkid < BLK_COUNT; blkid++) { in rvu_check_block_implemented()
430 block = &hw->block[blkid]; in rvu_check_block_implemented()
431 cfg = rvupf_read64(rvu, RVU_PF_BLOCK_ADDRX_DISC(blkid)); in rvu_check_block_implemented()
774 int blkid, err; in rvu_setup_hw_resources() local
931 for (blkid = 0; blkid < BLK_COUNT; blkid++) { in rvu_setup_hw_resources()
932 block = &hw->block[blkid]; in rvu_setup_hw_resources()
1139 int blkid; in rvu_detach_rsrcs() local
1150 for (blkid = 0; blkid < BLK_COUNT; blkid++) { in rvu_detach_rsrcs()
1151 block = &hw->block[blkid]; in rvu_detach_rsrcs()
[all …]
/OK3568_Linux_fs/buildroot/package/eudev/
H A Deudev.mk19 --enable-blkid
67 --disable-blkid \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/
H A De2fsprogs_1.46.5.bb36 # We use blkid from util-linux now so remove from here
38 rm -rf ${D}${includedir}/blkid
39 rm -f ${D}${base_libdir}/pkgconfig/blkid.pc
40 rm -f ${D}${base_sbindir}/blkid
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/
H A Dinitramfs-module-install-efi_1.0.bb4 RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VI…
H A Dinitramfs-module-install_1.0.bb4 RDEPENDS:${PN} = "initramfs-framework-base grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-…
H A Dinitramfs-live-install_1.0.bb10 RDEPENDS:${PN} = "grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
H A Dinitramfs-live-install-efi_1.0.bb8 RDEPENDS:${PN} = "parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
/OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/
H A Dq6afe-clocks.c26 #define Q6AFE_VOTE_CLK(id, blkid, n) &(struct q6afe_clk) { \ argument
28 .afe_clk_id = blkid, \
/OK3568_Linux_fs/buildroot/boot/gummiboot/
H A D0001-Allow-building-with-newer-glibc-versions.patch24 #include <blkid.h>
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/hdparm/hdparm/
H A Dwiper.sh-fix-stat-path.patch25 BLKID=`find_prog /sbin/blkid` || exit 1
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0068-zfs-Fix-possible-negative-shift-operation.patch38 blkid = objnum >> epbs;
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh166 LABEL=`/sbin/blkid | grep "$1:" | grep -o 'LABEL=".*"' | cut -d '"' -f2`
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/dracut/
H A Ddracut_056.bb62 RDEPENDS:${PN} = "findutils cpio util-linux-blkid util-linux-getopt util-linux bash ldd"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/
H A Dudev-extraconf_1.1.bb52 RDEPENDS:${PN} = "udev util-linux-blkid ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'util-li…

12