| /linux/fs/ubifs/ |
| H A D | orphan.c | 55 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 58 orphan = kzalloc_obj(struct ubifs_orphan, GFP_NOFS); in ubifs_add_orphan() 59 if (!orphan) in ubifs_add_orphan() 61 orphan->inum = inum; in ubifs_add_orphan() 62 orphan->new = 1; in ubifs_add_orphan() 67 kfree(orphan); in ubifs_add_orphan() 81 kfree(orphan); in ubifs_add_orphan() 87 rb_link_node(&orphan->rb, parent, p); in ubifs_add_orphan() 88 rb_insert_color(&orphan->rb, &c->orph_tree); in ubifs_add_orphan() 89 list_add_tail(&orphan->list, &c->orph_list); in ubifs_add_orphan() [all …]
|
| H A D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 11 track the inode as orphan so that in case of crash extra blocks allocated to 14 Traditionally ext4 tracks orphan inodes in a form of single linked list where 15 superblock contains the inode number of the last orphan inode (s_last_orphan 19 in heavy creation of orphan inodes. When orphan file feature 29 inode number of an orphan 31 blocksize-8 __le32 ob_magic Magic value stored in orphan 33 blocksize-4 __le32 ob_checksum Checksum of the orphan block. 36 When a filesystem with orphan file feature is writeably mounted, we set 38 be valid orphan entries. In case we see this feature when mounting the 39 filesystem, we read the whole orphan file and process all orphan inodes found [all …]
|
| H A D | special_inodes.rst | 55 - Inode number of file tracking orphan inodes.
|
| /linux/drivers/soc/qcom/ |
| H A D | smem_state.c | 28 bool orphan; member 50 if (state->orphan) in qcom_smem_state_update_bits() 224 state->orphan = true; in qcom_smem_state_unregister()
|
| /linux/Documentation/translations/zh_TW/ |
| H A D | disclaimer-zh_TW.rst | 1 :orphan:
|
| /linux/Documentation/translations/it_IT/ |
| H A D | disclaimer-ita.rst | 1 :orphan:
|
| /linux/Documentation/translations/sp_SP/ |
| H A D | disclaimer-sp.rst | 1 :orphan:
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | Makefile | 28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux/include/scsi/ |
| H A D | sg.h | 177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
|
| /linux/Documentation/gpu/ |
| H A D | msm-crash-dump.rst | 1 :orphan:
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 494 becomes an orphan socket, kernel waits for the reply of the other side, 496 enough memory to keep the orphan socket, kernel would send an RST to 506 2. the orphan socket count is higher than net.ipv4.tcp_max_orphans 1275 Below is an example which let the orphan socket count be higher than 1361 gracefully, these connections became orphan sockets. As the iptables 1364 stage, so they will keep as orphan sockets until timeout. We have echo 1366 only keep 10 orphan sockets, for all other orphan sockets, the client 1368 the 'ss -s' command shows the system has 10 orphan sockets, and the 1371 An additional explanation about orphan socket count: You could find the 1372 exactly orphan socket count by the 'ss -s' command, but when kernel [all …]
|
| /linux/Documentation/networking/mac80211_hwsim/ |
| H A D | mac80211_hwsim.rst | 1 :orphan:
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 50 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux/arch/x86/boot/compressed/ |
| H A D | Makefile | 60 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux/drivers/scsi/ |
| H A D | sg.c | 131 char orphan; /* 1 -> drop on sight, 0 -> normal */ member 878 rinfo[val].orphan = srp->orphan; in sg_fill_request_table() 889 char orphan; member 945 srp->orphan = 1; in sg_ioctl_common() 1384 if (unlikely(srp->orphan)) { in sg_rq_end_io()
|
| /linux/fs/btrfs/ |
| H A D | btrfs_inode.h | 548 bool orphan; member
|
| H A D | inode.c | 6530 if (!args->orphan) { in btrfs_new_inode_prepare() 6559 if (args->orphan) { in btrfs_new_inode_prepare() 6618 const struct fscrypt_str *name = args->orphan ? NULL : &args->fname.disk_name; in btrfs_create_new_inode() 6632 if (!args->orphan && !args->subvol) { in btrfs_create_new_inode() 6673 if (args->orphan) { in btrfs_create_new_inode() 6720 if (!args->orphan) in btrfs_create_new_inode() 6739 if (!args->orphan) { in btrfs_create_new_inode() 6759 batch.total_data_size = sizes[0] + (args->orphan ? 0 : sizes[1]); in btrfs_create_new_inode() 6760 batch.nr = args->orphan ? 1 : 2; in btrfs_create_new_inode() 6782 if (!args->orphan) { in btrfs_create_new_inode() [all …]
|
| H A D | send.c | 3021 struct fs_path *orphan __free(fs_path_free) = NULL; in orphanize_inode() 3023 orphan = fs_path_alloc(); in orphanize_inode() 3024 if (!orphan) in orphanize_inode() 3027 ret = gen_unique_name(sctx, ino, gen, orphan); in orphanize_inode() 3031 ret = send_rename(sctx, path, orphan); in orphanize_inode() 3036 ret = fs_path_copy(&sctx->cur_inode_path, orphan); in orphanize_inode()
|
| /linux/tools/perf/pmu-events/ |
| H A D | Build | 224 quiet_cmd_rm = RM ...$(words $^) orphan file(s)...
|
| /linux/fs/ext4/ |
| H A D | extents.c | 4612 bool orphan = false; in ext4_alloc_file_blocks() local 4718 orphan = true; in ext4_alloc_file_blocks() 4752 if (orphan && inode->i_nlink) in ext4_alloc_file_blocks() 4759 if (orphan && inode->i_nlink) in ext4_alloc_file_blocks()
|
| H A D | inode.c | 6014 int orphan = 0; in ext4_setattr() local 6166 orphan = 1; in ext4_setattr() 6239 if (orphan && inode->i_nlink) in ext4_setattr()
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-self-describing-metadata.rst | 111 no owner can be found (i.e. it's an orphan block), and so without an owner field
|
| /linux/ |
| H A D | Makefile | 1251 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 3278 static int xmit_skb(struct send_queue *sq, struct sk_buff *skb, bool orphan) in xmit_skb() argument 3333 orphan ? VIRTNET_XMIT_TYPE_SKB_ORPHAN : VIRTNET_XMIT_TYPE_SKB); in xmit_skb()
|