Searched refs:orphan (Results 1 - 24 of 24) sorted by relevance

/linux-master/fs/ubifs/
H A Dorphan.c13 * 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; local
51 orphan
163 struct ubifs_orphan *orphan; local
240 struct ubifs_orphan *orphan, **last; local
345 struct ubifs_orphan *orphan, *cnext; local
447 struct ubifs_orphan *orphan, **last; local
512 struct ubifs_orphan *orphan, *dnext; local
584 struct ubifs_orphan *orphan, *o; local
867 struct check_orphan *orphan, *o; local
[all...]
H A DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/linux-master/drivers/soc/qcom/
H A Dsmem_state.c19 * @orphan: boolean indicator that this state has been unregistered
27 bool orphan; member in struct:qcom_smem_state
49 if (state->orphan)
227 state->orphan = true;
/linux-master/fs/ext4/
H A DMakefile13 xattr_user.o fast_commit.o orphan.o
H A Dinode.c229 * make sure that the in-core orphan linked list is properly
282 * Kill off the orphan record which ext4_truncate created.
285 * deletion of a non-existent orphan - this is because we don't
286 * know if ext4_truncate() actually created an orphan record.
1134 * Reserve one block more for addition to orphan list in case
1219 * Add inode to orphan list in case we crash before
1230 * still be on the orphan list; we need to
1232 * orphan list in that case.
1328 * on the orphan list; we need to make sure the inode
1329 * is removed from the orphan lis
5275 int orphan = 0; local
[all...]
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-master/include/scsi/
H A Dsg.h177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member in struct:sg_req_info
/linux-master/arch/arm/boot/compressed/
H A DMakefile125 # Report orphan sections
127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-master/fs/btrfs/
H A DMakefile29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
H A Dbtrfs_inode.h474 bool orphan; member in struct:btrfs_new_inode_args
H A Dinode.c70 #include "orphan.h"
3464 * This creates an orphan entry for the given inode in case something goes wrong
3482 * We have done the delete so we can go ahead and remove the orphan item for
3553 * offset of the orphan item.
3565 "Error removing orphan entry, stopping orphan cleanup");
3588 * This is an orphan in the tree root. Currently these
3592 * We need to distinguish those two, as the orphan item
3599 * orphan item corresponds to a deleted root by looking
3611 /* prevent this orphan fro
[all...]
H A Dsend.c1817 * send_root and parent_root. This is used to generate names for orphan inodes.
2190 * thus the orphan name needs be used.
2263 * if it has to use the path as returned by get_cur_path or the orphan name.
2307 * name is an orphan name. This instructs get_cur_path to stop iterating. If 1
2343 * If the inode is not existent yet, add the orphan name and return 1.
2374 * earlier. If yes, treat as orphan and return 1.
2428 * inodes "orphan" name instead of the real name and stop. Same with new inodes
2431 * When do we have orphan inodes:
2436 * orphan directory.
2441 * the orphan inod
3105 struct fs_path *orphan; local
[all...]
/linux-master/drivers/clk/
H A Dclk.c78 bool orphan; member in struct:clk_core
419 /* if not found, then search the orphan tree */
530 * Orphan it and let clk_reparent() update the orphan status
2078 * Update the orphan status of @core and all its children.
2084 core->orphan = is_orphan;
2092 bool was_orphan = core->orphan;
2097 bool becomes_orphan = new_parent->orphan;
3854 struct clk_core *orphan; local
3858 * walk the list of orphan clocks and reparent any that newly finds a
3861 hlist_for_each_entry_safe(orphan, tmp
[all...]
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile59 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile102 VDSO_LDFLAGS += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c917 /* Move on to another component if no connection is orphan */
918 if (!src_csdev->orphan)
922 * an orphan connection whose name matches @dst_csdev, link it.
957 /* This component still has an orphan */
962 src_csdev->orphan = still_orphan;
1010 conn->src_dev->orphan = true;
1148 csdev->orphan = true;
/linux-master/arch/s390/boot/
H A DMakefile80 LDFLAGS_vmlinux-$(CONFIG_LD_ORPHAN_WARN) := --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-master/arch/x86/boot/compressed/
H A DMakefile71 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-master/drivers/scsi/
H A Dsg.c131 char orphan; /* 1 -> drop on sight, 0 -> normal */ member in struct:sg_request
155 char keep_orphan; /* 0 -> drop orphan (def), 1 -> keep for read() */
884 rinfo[val].orphan = srp->orphan;
895 char orphan; member in struct:compat_sg_req_info
951 srp->orphan = 1;
1393 if (unlikely(srp->orphan)) {
/linux-master/fs/overlayfs/
H A Dnamei.c663 * index as orphan entry that needs to be whited out.
666 goto orphan;
677 /* Check if non-dir index is orphan and don't warn before cleaning it */
684 goto orphan;
697 orphan:
698 pr_warn_ratelimited("orphan index entry (%pd2, ftype=%x, nlink=%u)\n",
/linux-master/include/linux/
H A Dcoresight.h242 * @orphan: true if the component has connections that haven't been linked.
268 bool orphan; member in struct:coresight_device
/linux-master/fs/f2fs/
H A Dcheckpoint.c680 /* add new orphan ino entry into list */
687 /* remove orphan entry from orphan list */
701 * to orphan inode.
731 f2fs_warn(sbi, "%s: orphan failed (ino=%x), run fsck to fix.",
745 f2fs_info(sbi, "write access unavailable, skipping orphan cleanup");
750 f2fs_info(sbi, "orphan cleanup on readonly fs");
795 struct ino_entry *orphan = NULL; local
802 * orphan inode operations are covered under f2fs_lock_op().
807 /* loop for each orphan inod
[all...]
/linux-master/
H A DMakefile1049 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-master/scripts/
H A Dget_maintainer.pl708 if (!$has_ML && $status !~ /orphan|obsolete/i) {
1297 } elsif ($role eq "orphan") {
1298 $role = "orphan minder";

Completed in 341 milliseconds