Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/ubifs/
Dreplay.c50 unsigned int deletion:1; member
217 ubifs_assert(c, rino->deletion); in inode_still_linked()
227 return r->deletion == 0; in inode_still_linked()
247 r->lnum, r->offs, r->len, r->deletion, r->sqnum); in apply_replay_entry()
250 if (r->deletion) in apply_replay_entry()
256 if (r->deletion) in apply_replay_entry()
284 err = ubifs_recover_size_accum(c, &r->key, r->deletion, in apply_replay_entry()
384 unsigned long long sqnum, int deletion, int *used, in insert_node() argument
398 if (!deletion) in insert_node()
404 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()
648 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.h1765 int deletion, int xent);
2047 int deletion, loff_t new_size);
/Linux-v5.4/Documentation/networking/
Dalias.rst30 Alias deletion
/Linux-v5.4/Documentation/RCU/
DlistRCU.rst78 lock might be used as follows for deletion and insertion::
119 * deletion routine. */
284 * is the only deletion routine. */
Drcu.rst11 since dropped their references. For example, an RCU-protected deletion
Drculist_nulls.txt98 Nothing special here, we can use a standard RCU hlist deletion.
/Linux-v5.4/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-v5.4/fs/ntfs/
DKconfig59 changing the file length. No file or directory creation, deletion or
/Linux-v5.4/fs/ceph/
Dsnap.c677 void *p, void *e, bool deletion, in ceph_update_snap_trace() argument
689 dout("update_snap_trace deletion=%d\n", deletion); in ceph_update_snap_trace()
Dsuper.h867 void *p, void *e, bool deletion,
/Linux-v5.4/Documentation/filesystems/
Dceph.txt53 system. Snapshot creation and deletion are as simple as 'mkdir
Daffs.txt22 but slows down file creation/deletion. Doesn't make much
Dext2.txt145 modification time, deletion time, number of links, fragments, version
168 behaviour on a per-file basis. There are flags for secure deletion,
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
/Linux-v5.4/fs/jffs2/
DREADME.Locking127 determine whether the 'deletion dirent' under consideration can be
/Linux-v5.4/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-v5.4/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
DCDDL-1.051 A. Any file that results from an addition to, deletion from or
/Linux-v5.4/Documentation/
Drbtree.txt20 worst case performance for insertion and deletion (at most two rotations and
/Linux-v5.4/Documentation/scsi/
Darcmsr_spec.txt499 ** byte 3/4/5/6 : device mask for hot spare deletion
/Linux-v5.4/Documentation/driver-api/
Ddevice_link.rst81 to deletion. Device links managed by the driver core are deleted automatically
/Linux-v5.4/Documentation/core-api/
Dassoc_array.rst74 The insertion and deletion functions produce an 'edit script' that can later be
/Linux-v5.4/Documentation/powerpc/
Dcxlflash.rst405 SCSI subsystem. The LUN deletion can then be initiated by specifying a

12