Home
last modified time | relevance | path

Searched refs:deletion (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v6.6/fs/ubifs/
Dreplay.c50 unsigned int deletion:1; member
217 ubifs_assert(c, rino->deletion); in inode_still_linked()
228 return r->deletion == 0; in inode_still_linked()
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()
385 unsigned long long sqnum, int deletion, int *used, in insert_node() argument
399 if (!deletion) in insert_node()
405 r->deletion = !!deletion; in insert_node()
[all …]
Djournal.c540 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()
Drecovery.c1355 int deletion, loff_t new_size) in ubifs_recover_size_accum() argument
1363 if (deletion) in ubifs_recover_size_accum()
Dubifs.h1802 int deletion, int xent);
2087 int deletion, loff_t new_size);
/Linux-v6.6/Documentation/networking/
Dalias.rst30 Alias deletion
Dbareudp.rst26 1) Device creation & deletion
Dnexthop-group-resilient.rst28 Before and after deletion of next hop 3
66 Before and after deletion of next hop 3
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
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-v6.6/Documentation/networking/devlink/
Dnetdevsim.rst66 - creation/deletion node rate objects;
/Linux-v6.6/Documentation/RCU/
DlistRCU.rst59 and deletion/freeing can happen in parallel with traversal of the list.
141 might be used as follows for deletion and insertion in these simplified
183 * deletion routine. */
361 * is the only deletion routine. */
Drcu.rst11 since dropped their references. For example, an RCU-protected deletion
Drculist_nulls.rst123 Nothing special here, we can use a standard RCU hlist deletion.
/Linux-v6.6/Documentation/sound/designs/
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-v6.6/fs/ntfs/
DKconfig61 changing the file length. No file or directory creation, deletion or
/Linux-v6.6/fs/ceph/
Dsnap.c766 void *p, void *e, bool deletion, in ceph_update_snap_trace() argument
783 dout("%s deletion=%d\n", __func__, deletion); in ceph_update_snap_trace()
/Linux-v6.6/Documentation/filesystems/ext4/
Dinodes.rst237 - This file requires secure deletion (EXT4_SECRM_FL). (not implemented)
498 modification time (mtime), and deletion time (dtime). The four fields
/Linux-v6.6/Documentation/bpf/
Dmap_hash.rst139 to be key deletion intermixed with ``bpf_map_get_next_key()``.
/Linux-v6.6/fs/jffs2/
DREADME.Locking127 determine whether the 'deletion dirent' under consideration can be
/Linux-v6.6/Documentation/virt/hyperv/
Dvmbus.rst245 VMbus device creation/deletion
248 that is used for synthetic device creation and deletion. This
/Linux-v6.6/Documentation/filesystems/
Daffs.rst26 but slows down file creation/deletion. Doesn't make much
Dceph.rst57 system. Snapshot creation and deletion are as simple as 'mkdir
Dpath-lookup.txt85 concurrent updates (insertion, deletion from the hash). This is a standard RCU
143 This is a standard RCU-list deletion, which leaves the deleted object's
Dext2.rst148 modification time, deletion time, number of links, fragments, version
171 behaviour on a per-file basis. There are flags for secure deletion,
/Linux-v6.6/LICENSES/dual/
DMPL-1.155 1.9. "Modifications" means any addition to or deletion from the
59 A. Any addition to or deletion from the contents of a file
/Linux-v6.6/Documentation/core-api/
Drbtree.rst20 worst case performance for insertion and deletion (at most two rotations and

12