/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0006-tweak-btrfs-packages.patch | 4 Subject: [PATCH] tweak btrfs packages 6 In oe-cre/yocto, we name btrfs package with btrfs-tools, 7 rather than btrfs-progs. 13 blivet/devices/btrfs.py | 2 +- 17 diff --git a/blivet/devices/btrfs.py b/blivet/devices/btrfs.py 19 --- a/blivet/devices/btrfs.py 20 +++ b/blivet/devices/btrfs.py 24 _type = "btrfs" 25 - _packages = ["btrfs-progs"] 26 + _packages = ["btrfs-tools"] [all …]
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/ |
H A D | btrfsmaintenance_0.5.bb | 2 SUMMARY = "Services for periodic btrfs maintenance tasks" 3 DESCRIPTION = "A set of scripts supplementing the btrfs filesystem and aims \ 21 RDEPENDS:${PN} = "bash btrfs-tools" 48 btrfs-scrub.timer \ 49 btrfs-scrub.service \ 50 btrfs-trim.timer \ 51 btrfs-trim.service \ 52 btrfs-balance.timer \ 53 btrfs-balance.service \ 54 btrfs-defrag.timer \ [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | Makefile | 23 obj-$(CONFIG_BTRFS_FS) := btrfs.o 25 btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \ 38 btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o 39 btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o 40 btrfs-$(CONFIG_BTRFS_FS_REF_VERIFY) += ref-verify.o 41 btrfs-$(CONFIG_BLK_DEV_ZONED) += zoned.o 42 btrfs-$(CONFIG_FS_VERITY) += verity.o 44 btrfs-$(CONFIG_BTRFS_FS_RUN_SANITY_TESTS) += tests/free-space-tests.o \ 45 tests/extent-buffer-tests.o tests/btrfs-tests.o \
|
H A D | Kconfig | 34 https://btrfs.readthedocs.io 37 module will be called btrfs. 68 In most cases, unless you are a btrfs developer who needs 78 regression tests and are only really interesting to btrfs 87 Enable run-time debugging support for the btrfs filesystem. This may 98 any of the assertions trip. This is meant for btrfs developers only. 108 is meant to be used by btrfs developers for tracking down extent
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | log-writes.rst | 85 mkfs.btrfs -f /dev/mapper/log 109 mkfs.btrfs -f /dev/mapper/log 112 mount /dev/mapper/log /mnt/btrfs-test 115 md5sum /mnt/btrfs-test/foo 116 umount /mnt/btrfs-test 120 mount /dev/sdb /mnt/btrfs-test 121 md5sum /mnt/btrfs-test/foo 129 mkfs.btrfs -f /dev/mapper/log 132 mount /dev/mapper/log /mnt/btrfs-test 134 btrfs filesystem balance /mnt/btrfs-test [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/ |
H A D | libblockdev_3.2.1.bb | 23 PACKAGECONFIG ??= "python3 lvm lvm-dbus dm parted fs escrow btrfs crypto mdraid mpath nvdimm tools … 33 PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/ |
H A D | udisks2_2.10.1.bb | 44 PACKAGECONFIG[btrfs] = "--enable-btrfs,--disable-btrfs,,btrfs-tools"
|
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/ |
H A D | btrfs-tools_6.12.bb | 6 btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3." 8 HOMEPAGE = "https://btrfs.wiki.kernel.org" 18 SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \
|
/openbmc/openbmc/meta-facebook/recipes-kernel/linux/ |
H A D | facebook-linux.inc | 4 file://emmc-btrfs.scc \ 8 emmc-btrfs.scc \
|
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 93 loading @0xffffffffa01b1000: /home/user/linux/build/fs/btrfs/btrfs.ko 95 Breakpoint 1, btrfs_init_sysfs () at /home/user/linux/fs/btrfs/sysfs.c:36 96 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | shrinker_debugfs.rst | 34 sb-btrfs:vda2-24 sb-proc-25 sb-tmpfs-1 thp-zero-9 44 $ cd sb-btrfs\:vda2-24/ 117 $ cd sb-btrfs\:vda2-24/
|
/openbmc/linux/Documentation/livepatch/ |
H A D | module-elf-format.rst | 146 module that patches vmlinux and modules 9p, btrfs, ext4:** 154 …[30] .klp.rela.btrfs.text.btrfs.feature.attr.show RELA 0000000000000000 002e18 000060 18 AIo 6… 174 …Relocation section '.klp.rela.btrfs.text.btrfs_feature_attr_show' at offset 0x2ba0 contains 4 entr… 177 …0000000000000028 0000003d0000000b R_X86_64_32S 0000000000000000 .klp.sym.btrfs.btrfs_kt… 178 …0000000000000036 0000003b00000002 R_X86_64_PC32 0000000000000000 .klp.sym.btrfs.can_modi… 222 …Relocation section '.klp.rela.btrfs.text.btrfs_feature_attr_show' at offset 0x2ba0 contains 4 entr… 273 .klp.sym.btrfs.btrfs_ktype,0
|
/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/ |
H A D | emmc-btrfs.scc | 4 kconf non-hardware emmc-btrfs.cfg
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 104 loading @0xffffffffa01b1000: /home/user/linux/build/fs/btrfs/btrfs.ko 106 Breakpoint 1, btrfs_init_sysfs () at /home/user/linux/fs/btrfs/sysfs.c:36 107 36 btrfs_kset = kset_create_and_add("btrfs", NULL, fs_kobj);
|
/openbmc/u-boot/fs/btrfs/ |
H A D | Makefile | 5 obj-y := btrfs.o chunk-map.o compression.o ctree.o dev.o dir-item.o \
|
/openbmc/linux/samples/bpf/ |
H A D | test_override_return.sh | 7 mkfs.btrfs -f $DEVICE
|
/openbmc/openbmc/meta-facebook/recipes-core/base-files/ |
H A D | base-files_%.bbappend | 6 …FSTAB_EMMC="/dev/mmcblk0 /mnt/emmc btrfs compress=zstd,discard,nofail,x-systemd.device-timeout=10s…
|
/openbmc/u-boot/fs/ |
H A D | Kconfig | 7 source "fs/btrfs/Kconfig"
|
H A D | Makefile | 14 obj-$(CONFIG_FS_BTRFS) += btrfs/
|
/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/ |
H A D | emmc-init_0.1.bb | 8 btrfs-tools \
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image_types.bbclass | 104 IMAGE_CMD:btrfs () { 110 dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.btrfs seek=${size} count=0 bs=1024 111 mkfs.btrfs ${EXTRA_IMAGECMD} -r ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}.btrfs 279 EXTRA_IMAGECMD:btrfs ?= "-n 4096 --shrink" 293 do_image_btrfs[depends] += "btrfs-tools-native:do_populate_sysroot" 315 btrfs \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/ |
H A D | python3-blivet_3.9.2.bb | 12 file://0006-tweak-btrfs-packages.patch \
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | wic-tools.bb | 8 btrfs-tools-native squashfs-tools-native pseudo-native \
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_interrupted_tap_output.log | 15 [ 0.060000] BTRFS: selftest: running btrfs free space cache tests
|
/openbmc/linux/Documentation/filesystems/ |
H A D | btrfs.rst | 38 https://btrfs.readthedocs.io
|