Home
last modified time | relevance | path

Searched refs:orphan (Results 1 – 25 of 30) sorted by relevance

12

/linux/fs/ubifs/
H A Dorphan.c55 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local
58 orphan = kzalloc(sizeof(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 DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/linux/Documentation/filesystems/ext4/
H A Dorphan.rst11 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 Dglobals.rst14 .. include:: orphan.rst
H A Dspecial_inodes.rst55 - Inode number of file tracking orphan inodes.
H A Dinodes.rst502 that are not linked from any directory but are still open (orphan inodes) have
503 the dtime field overloaded for use with the orphan list. The superblock field
504 ``s_last_orphan`` points to the first inode in the orphan list; dtime is then
H A Dsuper.rst726 - Indicates orphan file may have valid orphan entries and thus we need
/linux/drivers/soc/qcom/
H A Dsmem_state.c27 bool orphan; member
49 if (state->orphan) in qcom_smem_state_update_bits()
227 state->orphan = true; in qcom_smem_state_unregister()
/linux/Documentation/dev-tools/
H A Dkmemleak.rst7 with the difference that the orphan objects are not freed but only
37 Note that the orphan objects are listed in the order they were allocated
39 objects to be reported as orphan.
90 An allocated block of memory is considered orphan if no pointer to its
100 considered orphan)
108 4. the remaining white objects are considered orphan and reported via
182 The false negatives are real memory leaks (orphan objects) but not
190 (orphan). For objects known not to be leaks, kmemleak provides the
/linux/Documentation/translations/zh_CN/
H A Ddisclaimer-zh_CN.rst1 :orphan:
/linux/Documentation/translations/zh_TW/
H A Ddisclaimer-zh_TW.rst1 :orphan:
/linux/Documentation/translations/it_IT/
H A Ddisclaimer-ita.rst1 :orphan:
/linux/Documentation/translations/sp_SP/
H A Ddisclaimer-sp.rst1 :orphan:
/linux/fs/ext4/
H A DMakefile13 xattr_user.o fast_commit.o orphan.o
/linux/include/scsi/
H A Dsg.h177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
/linux/fs/btrfs/
H A DMakefile29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
H A Dinode.c6141 if (!args->orphan) { in btrfs_new_inode_prepare()
6170 if (args->orphan) { in btrfs_new_inode_prepare()
6229 const struct fscrypt_str *name = args->orphan ? NULL : &args->fname.disk_name; in btrfs_create_new_inode()
6265 if (args->orphan) { in btrfs_create_new_inode()
6310 if (!args->orphan) in btrfs_create_new_inode()
6329 if (!args->orphan) { in btrfs_create_new_inode()
6349 batch.total_data_size = sizes[0] + (args->orphan ? 0 : sizes[1]); in btrfs_create_new_inode()
6350 batch.nr = args->orphan ? 1 : 2; in btrfs_create_new_inode()
6372 if (!args->orphan) { in btrfs_create_new_inode()
6446 if (args->orphan) { in btrfs_create_new_inode()
[all …]
/linux/arch/arm/boot/compressed/
H A DMakefile121 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux/Documentation/gpu/
H A Dmsm-crash-dump.rst1 :orphan:
/linux/Documentation/networking/
H A Dsnmp_counter.rst494 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/arch/arm64/kernel/vdso32/
H A DMakefile102 VDSO_LDFLAGS += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux/Documentation/networking/mac80211_hwsim/
H A Dmac80211_hwsim.rst1 :orphan:
/linux/fs/overlayfs/
H A Dnamei.c666 goto orphan; in ovl_verify_index()
684 goto orphan; in ovl_verify_index()
697 orphan: in ovl_verify_index()
/linux/mm/
H A DKconfig.debug252 difference being that the orphan objects are not freed but
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst1 :orphan:

12