/kernel/linux/linux-5.10/fs/ubifs/ |
D | replay.c | 50 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 …]
|
D | journal.c | 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()
|
D | recovery.c | 1355 int deletion, loff_t new_size) in ubifs_recover_size_accum() argument 1363 if (deletion) in ubifs_recover_size_accum()
|
D | ubifs.h | 1768 int deletion, int xent); 2050 int deletion, loff_t new_size);
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | alias.rst | 30 Alias deletion
|
D | bareudp.rst | 26 1) Device creation & deletion
|
/kernel/linux/linux-5.10/Documentation/RCU/ |
D | listRCU.rst | 56 pointers and deletion/freeing can happen in parallel with traversal of the list. 127 might be used as follows for deletion and insertion:: 168 * deletion routine. */ 344 * is the only deletion routine. */
|
D | rcu.rst | 11 since dropped their references. For example, an RCU-protected deletion
|
D | rculist_nulls.rst | 115 Nothing special here, we can use a standard RCU hlist deletion.
|
/kernel/linux/linux-5.10/Documentation/sound/designs/ |
D | seq-oss.rst | 82 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
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | Kconfig | 59 changing the file length. No file or directory creation, deletion or
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | snap.c | 694 void *p, void *e, bool deletion, in ceph_update_snap_trace() argument 709 dout("update_snap_trace deletion=%d\n", deletion); in ceph_update_snap_trace()
|
D | super.h | 924 void *p, void *e, bool deletion,
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | ceph.rst | 57 system. Snapshot creation and deletion are as simple as 'mkdir
|
D | affs.rst | 26 but slows down file creation/deletion. Doesn't make much
|
D | path-lookup.txt | 85 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
|
D | ext2.rst | 149 modification time, deletion time, number of links, fragments, version 172 behaviour on a per-file basis. There are flags for secure deletion,
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | README.Locking | 127 determine whether the 'deletion dirent' under consideration can be
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | inodes.rst | 237 - This file requires secure deletion (EXT4\_SECRM\_FL). (not implemented) 498 modification time (mtime), and deletion time (dtime). The four fields
|
/kernel/linux/linux-5.10/LICENSES/dual/ |
D | MPL-1.1 | 55 1.9. "Modifications" means any addition to or deletion from the 59 A. Any addition to or deletion from the contents of a file
|
D | CDDL-1.0 | 51 A. Any file that results from an addition to, deletion from or
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | rbtree.rst | 20 worst case performance for insertion and deletion (at most two rotations and
|
D | assoc_array.rst | 74 The insertion and deletion functions produce an 'edit script' that can later be
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | arcmsr_spec.rst | 797 byte 3/4/5/6 device mask for hot spare deletion
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | device_link.rst | 77 to deletion. Device links managed by the driver core are deleted automatically
|