/openbmc/linux/Documentation/filesystems/ |
H A D | directory-locking.rst | 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 45 6) cross-directory rename. The trickiest in the whole bunch. Locking 77 (1) if object removal or non-cross-directory rename holds lock on A and 79 acquire the lock on B. (Proof: only cross-directory rename can change 82 (2) if cross-directory rename holds the lock on filesystem, order will not 83 change until rename acquires all locks. (Proof: other cross-directory 107 Any contended object is either held by cross-directory rename or 109 operation other than cross-directory rename. Then the lock this operation 112 It means that one of the operations is cross-directory rename. 115 own descendent. Moreover, there is exactly one cross-directory rename [all …]
|
/openbmc/openpower-inventory-upload/ |
H A D | inventory_upload.py | 46 rename = name 50 rename = rename.lower() 53 if rename == 'name' and isinstance(revalue, list): 57 if rename == 'is_fru': 61 rename = rename.replace('_', '-') 62 rename = rename.replace(' ', '-') 65 rename = rename.rstrip() 70 if name != rename or value != revalue: 71 o[rename] = revalue
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
H A D | stall.json | 4 … "Counts cycles when frontend could not send any micro-operations to the rename stage because of f… 8 …"PublicDescription": "Counts cycles whenever the rename unit is unable to send any micro-operation… 12 …: "Counts cycles when no operations are sent to the rename unit from the frontend or from the rena… 16 …ption": "Counts slots per cycle in which no operations are sent from the rename unit to the backen… 20 …"PublicDescription": "Counts slots per cycle in which no operations are sent to the rename unit fr… 24 …ts per cycle in which no operations are sent to the rename unit from the frontend or from the rena…
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_a.h | 17 #define B43_PHY_ADIVRELATED B43_PHY_OFDM(0x27) /* FIXME rename */ 26 #define B43_PHY_OFDM61 B43_PHY_OFDM(0x61) /* FIXME rename */ 27 #define B43_PHY_OFDM61_10 0x0010 /* FIXME rename */ 44 #define B43_PHY_OFDM9B B43_PHY_OFDM(0x9B) /* FIXME rename */ 50 #define B43_PHY_CCKSHIFTBITS_WA B43_PHY_OFDM(0xA5) /* CCK shiftbits workaround, FIXME rename */ 51 #define B43_PHY_CCKSHIFTBITS B43_PHY_OFDM(0xA7) /* FIXME rename */ 68 #define B43_OFDMTAB_GAINX B43_OFDMTAB(0x01, 0) //TODO rename 83 #define B43_OFDMTAB_UNKNOWN_0F B43_OFDMTAB(0x0F, 0) //TODO rename 84 #define B43_OFDMTAB_UNKNOWN_APHY B43_OFDMTAB(0x0F, 7) //TODO rename 87 #define B43_OFDMTAB_UNKNOWN_11 B43_OFDMTAB(0x11, 4) //TODO rename
|
/openbmc/linux/include/uapi/linux/ |
H A D | landlock.h | 121 * - %LANDLOCK_ACCESS_FS_REMOVE_DIR: Remove an empty directory or rename one. 122 * - %LANDLOCK_ACCESS_FS_REMOVE_FILE: Unlink (or rename) a file. 123 * - %LANDLOCK_ACCESS_FS_MAKE_CHAR: Create (or rename or link) a character 125 * - %LANDLOCK_ACCESS_FS_MAKE_DIR: Create (or rename) a directory. 126 * - %LANDLOCK_ACCESS_FS_MAKE_REG: Create (or rename or link) a regular file. 127 * - %LANDLOCK_ACCESS_FS_MAKE_SOCK: Create (or rename or link) a UNIX domain 129 * - %LANDLOCK_ACCESS_FS_MAKE_FIFO: Create (or rename or link) a named pipe. 130 * - %LANDLOCK_ACCESS_FS_MAKE_BLOCK: Create (or rename or link) a block device. 131 * - %LANDLOCK_ACCESS_FS_MAKE_SYM: Create (or rename or link) a symbolic link. 132 * - %LANDLOCK_ACCESS_FS_REFER: Link or rename a file from or to a different [all …]
|
/openbmc/obmc-console/ |
H A D | meson.build | 21 rename: ['obmc-console@.service', 'obmc-console@.socket'], 27 rename: ['obmc-console-ssh@.service'], 35 rename: ['client.2200.conf'], 42 rename: ['obmc-console-ssh.socket'], 47 rename: ['use-socket.conf'], 57 rename: ['80-obmc-console-uart.rules'],
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_rename.c | 110 .name = "rename-base", 120 .name = "rename-kprobe", 130 .name = "rename-kretprobe", 140 .name = "rename-rawtp", 150 .name = "rename-fentry", 160 .name = "rename-fexit",
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | sshd_check_keys | 12 # Atomically rename file public key 16 # private key file is on disk before the rename, and ensuring that the 17 # public key rename is completed before the private key rename, since we 30 # sync to ensure the atomic rename is committed
|
/openbmc/libpldm/scripts/ |
H A D | apply-renames | 15 : "${CLANG_RENAME:="$(command -v clang-rename-"${CLANG_VERSION}")"}" 21 # Allow clang-rename to pick up the per-file flags from the compile command 27 # Deal with clang-rename segfaulting when file paths from the compile command 46 # Deal with subsequent runs of clang-rename bailing out because it's modified
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1958 if (rename(oldpath, newpath)) in test_rename() 1997 ASSERT_EQ(-1, rename(file1_s2d3, file1_s1d3)); in TEST_F_FORK() 2010 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK() 2024 ASSERT_EQ(-1, rename(dir_s2d2, file1_s2d1)); in TEST_F_FORK() 2030 ASSERT_EQ(-1, rename(file1_s1d1, dir_s1d2)); in TEST_F_FORK() 2034 ASSERT_EQ(-1, rename(file1_s2d2, file1_s1d2)); in TEST_F_FORK() 2037 ASSERT_EQ(-1, rename(file1_s2d1, file1_s1d3)); in TEST_F_FORK() 2043 ASSERT_EQ(0, rename(file2_s2d3, file1_s2d3)); in TEST_F_FORK() 2081 ASSERT_EQ(-1, rename(dir_s2d3, dir_s1d3)); in TEST_F_FORK() 2095 ASSERT_EQ(-1, rename(dir_s1d2, file1_s1d1)); in TEST_F_FORK() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0008-Rename-poll.h-to-vm_poll.h.patch | 4 Subject: [PATCH] Rename poll.h to vm_poll.h 6 Rename poll.h to vm_poll.h and switch from: 12 we rename poll.h to vm_poll.h. 29 rename open-vm-tools/lib/include/{poll.h => vm_poll.h} (99%) 85 rename from open-vm-tools/lib/include/poll.h 86 rename to open-vm-tools/lib/include/vm_poll.h
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | update-alternatives.bbclass | 53 # the need to rename alternative files in the do_install step, but still 139 # We need to do the rename after the image creation step, but before 163 # If the src == dest, we know we need to rename the dest by appending ${BPN} 180 # If the link and target are the same name, we need to rename the target. 189 # Delay rename of links 192 bb.note('%s: Rename %s -> %s' % (pn, alt_target, alt_target_rename)) 193 bb.utils.rename(src, dest) 208 # Ok, the link_target exists, we can rename 209 bb.note('%s: Rename (link) %s -> %s' % (pn, alt_target, alt_target_rename)) 210 bb.utils.rename(src, dest)
|
H A D | cargo-update-recipe-crates.bbclass | 44 # we need to rename crates with name and version to have a unique key 47 rename = "%s-%s" % (c['name'], c['version']) 50 cksum_list += '\nSRC_URI[%s.sha256sum] = "%s"' % (rename, c['checksum'])
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0026-nvmxip-move-header-to-include.patch | 20 rename {drivers/mtd/nvmxip => include}/nvmxip.h (100%) 38 rename from drivers/mtd/nvmxip/nvmxip.h 39 rename to include/nvmxip.h
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
H A D | TestMbox.test_series_merge_on_head.1.skip | 12 …rename meta-selftest/recipes-test/selftest-hello/{selftest-hello_1.0.bb => selftest-hello_1.1.bb} … 16 rename from meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb 17 rename to meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
|
H A D | TestMbox.test_series_merge_on_head.2.skip | 19 rename meta/recipes-devtools/python/{python3-dtc_1.6.1.bb => python3-dtc_1.7.0.bb} (92%) 23 rename from meta/recipes-devtools/python/python3-dtc_1.6.1.bb 24 rename to meta/recipes-devtools/python/python3-dtc_1.7.0.bb
|
/openbmc/linux/fs/nfs/ |
H A D | unlink.c | 293 /* The result of the rename is unknown. Play it safe by in nfs_async_rename_release() 328 * nfs_async_rename - perform an asynchronous rename operation 330 * @new_dir: target directory for the rename 420 * nfs_sillyrename - Perform a silly-rename of a dentry 426 * unlinked while it's still open, the client performs a "silly-rename". 451 dfprintk(VFS, "NFS: silly-rename(%pd2, ct=%d)\n", in nfs_sillyrename() 473 dfprintk(VFS, "NFS: trying to rename %pd to %s\n", in nfs_sillyrename() 494 /* run the rename task, undo unlink if it fails */ in nfs_sillyrename() 509 /* The rename succeeded */ in nfs_sillyrename() 520 /* The result of the rename is unknown. Play it safe by in nfs_sillyrename()
|
/openbmc/google-ipmi-sys/ |
H A D | file_system_wrapper.hpp | 45 * @param[in] oldPath - path to move or rename. 46 * @param[in] newPath - target path for the move/rename operation. 51 virtual void rename(const fs::path& oldPath, const fs::path& newPath,
|
/openbmc/linux/fs/afs/ |
H A D | dir_silly.c | 2 /* AFS silly rename handling 58 * Actually perform the silly rename step. 90 * Perform silly-rename of a dentry. 94 * it's still open, the client performs a "silly-rename". That is, it renames 139 /* The rename succeeded. */ in afs_sillyrename() 144 /* The result of the rename is unknown. Play it safe by forcing in afs_sillyrename()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | test_utils.hpp | 107 // Rename the file to save its contents in makeFileUnRemovable() 109 fs::rename(path, savePath); in makeFileUnRemovable() 132 // Rename the file back to the original path to restore its contents in makeFileRemovable() 134 fs::rename(savePath, path); in makeFileRemovable()
|
/openbmc/phosphor-state-manager/ |
H A D | chassis_state_manager_main.cpp | 59 // rename it to the new file format of chassis0. in main() 68 fs::rename(legacyPohPath, newPohPath); in main() 72 fs::rename(legacyStateChangePath, newStateChangePath); in main()
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/packagenameconflict/ |
H A D | packagenameconflict.bb | 1 SUMMARY = "Test case that tries to rename a package to an existing one and fails" 7 # ... and try to rename the ${PN}-dev to the new ${PN}-renametest (conflict)
|
/openbmc/qemu/ui/icons/ |
H A D | meson.build | 4 rename: 'qemu.png', 9 rename: 'qemu.bmp',
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | netns-name.sh | 27 # Test basic move without a rename 47 # Test move with a conflict and rename 52 fail "Can't perform a netns move with rename"
|
/openbmc/linux/fs/ |
H A D | compat_binfmt_elf.c | 13 * We use macros to rename the ABI types and machine-dependent 23 * Rename the basic ELF layout types to refer to the 32-bit class of files. 131 * Rename a few of the symbols that binfmt_elf.c will define.
|