/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | orphan.c | 13 * An orphan is an inode number whose inode node has been committed to the index 22 * The orphan area is a fixed number of LEBs situated between the LPT area and 23 * the main area. The number of orphan area LEBs is specified when the file 24 * system is created. The minimum number is 1. The size of the orphan area 36 * when the inode is deleted. Any new orphans that are in the orphan tree when 37 * the commit is run, are written to the orphan area in 1 or more orphan nodes. 38 * If the orphan area is full, it is consolidated to make space. There is 48 struct ubifs_orphan *orphan, *o; in orphan_add() local 51 orphan in orphan_add() 163 struct ubifs_orphan *orphan; ubifs_add_orphan() local 240 struct ubifs_orphan *orphan, **last; ubifs_orphan_start_commit() local 345 struct ubifs_orphan *orphan, *cnext; write_orph_node() local 447 struct ubifs_orphan *orphan, **last; consolidate() local 512 struct ubifs_orphan *orphan, *dnext; erase_deleted() local 584 struct ubifs_orphan *orphan, *o; insert_dead_orphan() local 867 struct check_orphan *orphan, *o; dbg_ins_check_orphan() local [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | orphan.c | 13 * An orphan is an inode number whose inode node has been committed to the index 22 * The orphan area is a fixed number of LEBs situated between the LPT area and 23 * the main area. The number of orphan area LEBs is specified when the file 24 * system is created. The minimum number is 1. The size of the orphan area 36 * when the inode is deleted. Any new orphans that are in the orphan tree when 37 * the commit is run, are written to the orphan area in 1 or more orphan nodes. 38 * If the orphan area is full, it is consolidated to make space. There is 48 struct ubifs_orphan *orphan, *o; in orphan_add() local 51 orphan in orphan_add() 163 struct ubifs_orphan *orphan; ubifs_add_orphan() local 240 struct ubifs_orphan *orphan, **last; ubifs_orphan_start_commit() local 345 struct ubifs_orphan *orphan, *cnext; write_orph_node() local 447 struct ubifs_orphan *orphan, **last; consolidate() local 512 struct ubifs_orphan *orphan, *dnext; erase_deleted() local 584 struct ubifs_orphan *orphan, *o; insert_dead_orphan() local 867 struct check_orphan *orphan, *o; dbg_ins_check_orphan() local [all...] |
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smem_state.c | 19 * @orphan: boolean indicator that this state has been unregistered 27 bool orphan; member 49 if (state->orphan) in qcom_smem_state_update_bits() 191 state->orphan = true; in qcom_smem_state_unregister()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smem_state.c | 19 * @orphan: boolean indicator that this state has been unregistered 27 bool orphan; member 49 if (state->orphan) in qcom_smem_state_update_bits() 227 state->orphan = true; in qcom_smem_state_unregister()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | Makefile | 13 xattr_user.o fast_commit.o orphan.o
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 78 bool orphan; member 426 /* if not found, then search the orphan tree */ in clk_core_lookup() 531 * Orphan it and let clk_reparent() update the orphan status in clk_core_fill_parent_index() 1829 * Update the orphan status of @core and all its children. 1835 core->orphan = is_orphan; in clk_core_update_orphan_status() 1843 bool was_orphan = core->orphan; in clk_reparent() 1848 bool becomes_orphan = new_parent->orphan; in clk_reparent() 3495 struct clk_core *orphan; in clk_core_reparent_orphans_nolock() local 3499 * walk the list of orphan clocks and reparent any that newly finds a in clk_core_reparent_orphans_nolock() 3502 hlist_for_each_entry_safe(orphan, tmp in clk_core_reparent_orphans_nolock() [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 73 bool orphan; member 331 /* if not found, then search the orphan tree */ in clk_core_lookup() 442 * Orphan it and let clk_reparent() update the orphan status in clk_core_fill_parent_index() 1971 * Update the orphan status of @core and all its children. 1977 core->orphan = is_orphan; in clk_core_update_orphan_status() 1985 bool was_orphan = core->orphan; in clk_reparent() 1990 bool becomes_orphan = new_parent->orphan; in clk_reparent() 3694 struct clk_core *orphan; in clk_core_reparent_orphans_nolock() local 3698 * walk the list of orphan clocks and reparent any that newly finds a in clk_core_reparent_orphans_nolock() 3701 hlist_for_each_entry_safe(orphan, tmp in clk_core_reparent_orphans_nolock() [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/ |
H A D | Makefile | 28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | sg.h | 148 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | sg.h | 177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 1285 /* Move on to another component if no connection is orphan */ in coresight_orphan_match() 1286 if (!i_csdev->orphan) in coresight_orphan_match() 1290 * an orphan connection whose name matches @csdev, link it. in coresight_orphan_match() 1298 /* We have found at least one orphan connection */ in coresight_orphan_match() 1307 /* This component still has an orphan */ in coresight_orphan_match() 1313 i_csdev->orphan = still_orphan; in coresight_orphan_match() 1346 csdev->orphan = true; in coresight_fixup_device_conns() 1377 iterator->orphan = true; in coresight_remove_match() 1517 csdev->orphan = false; in coresight_register()
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | Makefile | 125 # Report orphan sections 127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
H A D | btrfs_inode.h | 444 bool orphan; member
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | namei.c | 571 * index as orphan entry that needs to be whited out. in ovl_verify_index() 574 goto orphan; in ovl_verify_index() 585 /* Check if non-dir index is orphan and don't warn before cleaning it */ in ovl_verify_index() 592 goto orphan; in ovl_verify_index() 605 orphan: in ovl_verify_index() 606 pr_warn_ratelimited("orphan index entry (%pd2, ftype=%x, nlink=%u)\n", in ovl_verify_index()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/ |
H A D | Makefile | 59 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | coresight.h | 179 * @orphan: true if the component has connections that haven't been linked. 200 bool orphan; member
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 1368 /* Move on to another component if no connection is orphan */ in coresight_orphan_match() 1369 if (!src_csdev->orphan) in coresight_orphan_match() 1373 * an orphan connection whose name matches @dst_csdev, link it. in coresight_orphan_match() 1408 /* This component still has an orphan */ in coresight_orphan_match() 1413 src_csdev->orphan = still_orphan; in coresight_orphan_match() 1461 conn->src_dev->orphan = true; in coresight_remove_conns() 1599 csdev->orphan = true; in coresight_register()
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | Makefile | 146 # Report orphan sections 148 LDFLAGS_vmlinux += --orphan-handling=warn
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | Makefile | 69 LDFLAGS_vmlinux += --orphan-handling=warn
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 102 VDSO_LDFLAGS += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | Makefile | 71 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 126 char orphan; /* 1 -> drop on sight, 0 -> normal */ member 150 char keep_orphan; /* 0 -> drop orphan (def), 1 -> keep for read() */ 879 rinfo[val].orphan = srp->orphan; in sg_fill_request_table() 890 char orphan; member 946 srp->orphan = 1; in sg_ioctl_common() 1409 if (unlikely(srp->orphan)) { in sg_rq_end_io()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 131 char orphan; /* 1 -> drop on sight, 0 -> normal */ member 155 char keep_orphan; /* 0 -> drop orphan (def), 1 -> keep for read() */ 881 rinfo[val].orphan = srp->orphan; in sg_fill_request_table() 892 char orphan; member 948 srp->orphan = 1; in sg_ioctl_common() 1390 if (unlikely(srp->orphan)) { in sg_rq_end_io()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | namei.c | 645 * index as orphan entry that needs to be whited out. in ovl_verify_index() 648 goto orphan; in ovl_verify_index() 659 /* Check if non-dir index is orphan and don't warn before cleaning it */ in ovl_verify_index() 666 goto orphan; in ovl_verify_index() 679 orphan: in ovl_verify_index() 680 pr_warn_ratelimited("orphan index entry (%pd2, ftype=%x, nlink=%u)\n", in ovl_verify_index()
|