Home
last modified time | relevance | path

Searched full:deletion (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/linux/fs/ubifs/
H A Dreplay.c33 * @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 Djournal.c602 * Drop the attached data if this is a deletion inode, the data is not in pack_inode()
644 * @deletion: indicates a directory entry deletion i.e unlink or rmdir
668 int deletion, int xent, int in_orphan) in ubifs_jnl_update() argument
672 int last_reference = !!(deletion && inode->i_nlink == 0); in ubifs_jnl_update()
729 dent->inum = deletion ? 0 : cpu_to_le64(inode->i_ino); in ubifs_jnl_update()
777 if (deletion) { in ubifs_jnl_update()
1117 * deleting it from TNC and, in some cases, writing a deletion inode to the
1121 * 'ubifs_jnl_update()' function writes a corresponding deletion inode and
1124 * general, it has to write one more deletion inode to the media, because if
1126 * 'ubifs_jnl_delete_inode()', the deletion inode is not in the journal
[all …]
/linux/tools/perf/util/
H A Dlevenshtein.c16 * 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()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh162 # Test entry deletion for the map.
177 # Test deletion by key for the map.
187 echo " Deletion for $key in $map_name succeeded but should have failed"
192 echo " Deletion for $key in $map_name failed but should have succeeded"
210 # Test creation of map's deleted entry, if deletion was successful.
215 echo " Write access to $key in $map_name succeeded after deletion attempt but should have failed"
220 echo " Write access to $key in $map_name failed after deletion attempt but should have succeeded"
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c19 /* 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()
/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh251 echo "1. GPIO aggregator creation/deletion"
253 echo "1.1. Creation/deletion via configfs"
255 echo "1.1.1. Minimum creation/deletion"
271 echo "1.1.2. Complex creation/deletion"
342 echo "1.2. Creation/deletion via sysfs"
344 echo "1.2.1. Minimum creation/deletion"
356 echo "1.2.2. Complex creation/deletion"
/linux/drivers/acpi/acpica/
H A Dnsalloc.c4 * 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.
/linux/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh646 # Test various deletion scenarios, where only a single route is
654 # Test deletion of a single route when it is the only route in the FIB
663 # Test that deletion of last route does not affect the first one.
709 # Test deletion of a single nexthop from a multipath route.
732 # Test various deletion scenarios, where an entire multipath route is
740 # Test deletion of a multipath route when it is the only route in the
751 # Test that deletion of last route does not affect the first one.
/linux/fs/jffs2/
H A Dbuild.c270 /* 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()
H A Dwrite.c557 /* We can't mark stuff obsolete on the medium. We need to write a deletion dirent */ in jffs2_do_unlink()
572 /* Build a deletion node */ in jffs2_do_unlink()
620 node-less deletion dirent instead -- a placeholder */ in jffs2_do_unlink()
648 jffs2_dbg(1, "Removing deletion dirent for \"%s\" from dir ino #%u\n", in jffs2_do_unlink()
689 /* Build a deletion node */ in jffs2_do_link()
H A Dnodelist.h141 /* Dirent nodes should be REF_PRISTINE only if they are not a deletion
142 dirent. Deletion dirents should be REF_NORMAL so that GC gets to
304 #define ALLOC_DELETION 1 /* Deletion node. Best to allow it */
/linux/security/selinux/
H A Dxfrm.c132 * Authorize the deletion of a labeled SA or policy rule.
317 * LSM hook implementation that authorizes deletion of labeled policies.
385 * LSM hook implementation that authorizes deletion of labeled SAs.
/linux/drivers/md/
H A Ddm-thin-metadata.h60 * Device creation/deletion.
82 * Commits _all_ metadata changes: device creation, deletion, mapping
/linux/Documentation/sound/designs/
H A Dseq-oss.rst82 already connected to the sequencer. Once after that, the creation and deletion
302 be released in the close callback. The deletion of ALSA port should be
351 Since the OSS emulation probes the creation and deletion of ALSA MIDI
/linux/include/linux/
H A Dcred.h142 /* RCU deletion */
144 int non_rcu; /* Can we skip RCU deletion? */
145 struct rcu_head rcu; /* RCU deletion hook */
/linux/drivers/nvme/host/
H A Dconstants.c74 [NVME_SC_ABORT_QUEUE] = "Command Aborted due to SQ Deletion",
120 [NVME_SC_INVALID_QUEUE] = "Invalid Queue Deletion",
/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance.tc3 # description: Test creation and deletion of trace instances
H A Dinstance-event.tc3 # description: Test creation and deletion of trace instances while setting an event
/linux/Documentation/networking/
H A Dalias.rst30 Alias deletion
H A Dbareudp.rst27 1) Device creation & deletion
/linux/kernel/bpf/
H A Dmprog.c81 * one exception that for deletion we support delete from front/back. In
174 * or existing element, then enact replacement, addition or deletion.
313 /* The deletion request can either be without filled tuple in which in bpf_mprog_fetch()
/linux/Documentation/filesystems/ext4/
H A Dinodes.rst75 - Deletion Time, in seconds since the epoch.
237 - This file requires secure deletion (EXT4_SECRM_FL). (not implemented)
498 modification time (mtime), and deletion time (dtime). The four fields
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst124 - mlx5_esw_vport_qos_destroy: trace deletion of transmit scheduler arbiter for vport::
145 - mlx5_esw_group_qos_destroy: trace deletion of transmit scheduler arbiter for group::
/linux/drivers/gpu/drm/omapdrm/
H A Domap_gem.h44 /* GEM Object Creation and Deletion */
/linux/tools/memory-model/scripts/
H A Dnewlitmushist.sh49 # Form list of new tests. Note: This does not handle litmus-test deletion!

12345678910>>...12