/openbmc/u-boot/fs/ubifs/ |
H A D | replay.c | 36 * @deletion: non-zero if this entry corresponds to a node deletion 52 unsigned int deletion:1; member 216 dbg_mntk(&r->key, "LEB %d:%d len %d deletion %d sqnum %llu key ", in apply_replay_entry() 217 r->lnum, r->offs, r->len, r->deletion, r->sqnum); in apply_replay_entry() 223 if (r->deletion) in apply_replay_entry() 229 if (r->deletion) in apply_replay_entry() 252 err = ubifs_recover_size_accum(c, &r->key, r->deletion, in apply_replay_entry() 337 * @deletion: non-zero if this is a deletion 351 int deletion, int *used, loff_t old_size, in insert_node() argument 365 if (!deletion) in insert_node() [all …]
|
/openbmc/linux/fs/ubifs/ |
H A D | replay.c | 33 * @deletion: non-zero if this entry corresponds to a node deletion 50 unsigned int deletion:1; member 217 ubifs_assert(c, rino->deletion); in inode_still_linked() 222 * whether it is a deletion. in inode_still_linked() 228 return r->deletion == 0; in inode_still_linked() 247 dbg_mntk(&r->key, "LEB %d:%d len %d deletion %d sqnum %llu key ", in apply_replay_entry() 248 r->lnum, r->offs, r->len, r->deletion, r->sqnum); in apply_replay_entry() 251 if (r->deletion) in apply_replay_entry() 257 if (r->deletion) in apply_replay_entry() 285 err = ubifs_recover_size_accum(c, &r->key, r->deletion, in apply_replay_entry() [all …]
|
H A D | journal.c | 475 * Drop the attached data if this is a deletion inode, the data is not in pack_inode() 517 * @deletion: indicates a directory entry deletion i.e unlink or rmdir 540 int deletion, int xent) in ubifs_jnl_update() argument 544 int last_reference = !!(deletion && inode->i_nlink == 0); in ubifs_jnl_update() 601 dent->inum = deletion ? 0 : cpu_to_le64(inode->i_ino); in ubifs_jnl_update() 649 if (deletion) { in ubifs_jnl_update() 982 * deleting it from TNC and, in some cases, writing a deletion inode to the 986 * 'ubifs_jnl_update()' function writes a corresponding deletion inode and 989 * general, it has to write one more deletion inode to the media, because if 991 * 'ubifs_jnl_delete_inode()', the deletion inode is not in the journal [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | levenshtein.c | 16 * are kept in memory (if swaps had the same or higher cost as one deletion 33 * operation is a substitution, a swap, a deletion, or an insertion. 40 * - d (as in "Deletion") 67 /* deletion */ in levenshtein()
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_htab_mem.c | 19 /* Do synchronization between addition thread and deletion thread */ 228 /* Notify deletion thread to do deletion */ in htab_mem_add_fn() 230 /* Wait for deletion to complete */ in htab_mem_add_fn() 240 /* Do deletion */ in htab_mem_delete_fn()
|
/openbmc/openpower-hw-diags/util/ |
H A D | temporary_file.hpp | 60 * Throws an exception if an error occurs during the deletion. 88 * Throws an exception if an error occurs during the deletion.
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | utils.hpp | 63 * Throws an exception if an error occurs during the deletion. 91 * Throws an exception if an error occurs during the deletion.
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | temporary_file.hpp | 67 * Throws an exception if an error occurs during the deletion. 83 * Throws an exception if an error occurs during the deletion.
|
/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/ |
H A D | pldm_oem_cmds.cpp | 167 // no longer host dump is not required so, initiate deletion from in requestDelete() 181 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete() 201 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete()
|
/openbmc/phosphor-power/ |
H A D | temporary_file.hpp | 73 * Throws an exception if an error occurs during the deletion. 101 * Throws an exception if an error occurs during the deletion.
|
H A D | temporary_subdirectory.hpp | 78 * Throws an exception if an error occurs during the deletion. 106 * Throws an exception if an error occurs during the deletion.
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_hwsim.c | 45 spinlock_t ports_lock; /* Serialize ports creation/deletion */ 233 /* Make sure that there is no pending deletion work */ in wwan_hwsim_port_del() 341 /* Make sure that there is no pending deletion work */ in wwan_hwsim_dev_del() 535 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_init() 548 flush_workqueue(wwan_wq); /* Wait deletion works completion */ in wwan_hwsim_exit()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | nsalloc.c | 4 * Module Name: nsalloc - Namespace allocation and deletion utilities 94 /* Invoke the attached data deletion handler if present */ in acpi_ns_delete_node() 203 * track table deletion and deletion of objects created by methods. in acpi_ns_install_node() 402 * MUTEX: Locks namespace during deletion walk.
|
/openbmc/qemu/include/qemu/ |
H A D | iova-tree.h | 92 * concurrent deletion in progress). 110 * concurrent deletion in progress).
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_ffs.h | 59 * the file from creation to deletion. 91 * the file from creation to deletion.
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | CSR.interface.yaml | 10 xyz.openbmc_project.Object.Delete to allow the deletion of CSR
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
H A D | 0019_django_2_2.py | 4 import django.db.models.deletion
|
/openbmc/linux/tools/testing/selftests/damon/ |
H A D | debugfs_duplicate_context_creation.sh | 23 echo "context deletion failed"
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/ |
H A D | devtool-test-ignored.patch.expected | 9 1 file changed, 1 insertion(+), 1 deletion(-)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/ |
H A D | ac-prog-cxx.patch | 9 1 file changed, 1 insertion(+), 1 deletion(-)
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/ |
H A D | 0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch.expected | 9 1 file changed, 1 insertion(+), 1 deletion(-)
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | noman.patch | 9 1 file changed, 1 deletion(-)
|
/openbmc/linux/fs/jffs2/ |
H A D | build.c | 270 /* It's a deletion dirent. Ignore it */ in jffs2_build_remove_unlinked_inode() 271 dbg_fsbuild("child \"%s\" is a deletion dirent, skipping...\n", fd->name); in jffs2_build_remove_unlinked_inode() 315 /* Deletion should almost _always_ be allowed. We're fairly in jffs2_calc_trigger_levels() 357 dbg_fsbuild("Blocks required to allow deletion: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/ |
H A D | pkgconfig.patch | 5 1 file changed, 1 insertion(+), 1 deletion(-)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | update-config-script.patch | 10 1 file changed, 1 insertion(+), 1 deletion(-)
|