Home
last modified time | relevance | path

Searched refs:subdirs (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/scripts/
DMakefile.headersinst25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/)))
26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/)))
27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h'))
31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h'))
42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs))
48 old-subdirs := $(wildcard $(all-subdirs))
49 old-headers := $(if $(old-subdirs),$(shell find $(old-subdirs) -name '*.h'))
DMakefile.build467 single-subdirs := $(foreach d, $(subdir-ym), $(if $(filter $d/%, $(MAKECMDGOALS)), $d))
468 single-subdir-goals := $(filter $(addsuffix /%, $(single-subdirs)), $(MAKECMDGOALS))
470 $(single-subdir-goals): $(single-subdirs)
/linux-6.12.1/tools/cgroup/
Dmemcg_shrinker.py13 for root, subdirs, _ in os.walk(cgroup_root):
14 for cgroup in subdirs:
26 for root, subdirs, _ in os.walk(shrinker_debugfs):
27 for shrinker in subdirs:
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dindex.rst61 several (arch-dependent?) subdirs. Each subdir is mainly about
85 These are the subdirs I have on my system. There might be more
86 or other subdirs in another setup. If you see another dir, I'd
/linux-6.12.1/fs/xfs/scrub/
Ddir_repair.c154 uint64_t subdirs; member
775 rd->subdirs++; in xrep_dir_replay_update()
803 rd->subdirs--; in xrep_dir_replay_update()
1542 rd->subdirs + 2, in xrep_dir_set_nlink()
/linux-6.12.1/tools/power/cpupower/
DREADME41 its subdirs in the kernel tree:
/linux-6.12.1/include/linux/
Dkernfs.h154 unsigned long subdirs; member
/linux-6.12.1/fs/kernfs/
Dinode.c180 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
Ddir.c388 kn->parent->dir.subdirs++; in kernfs_link_sibling()
415 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
/linux-6.12.1/include/linux/ceph/
Dceph_fs.h598 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
/linux-6.12.1/fs/bcachefs/
Dfsck.c91 u64 subdirs = 0; in bch2_count_subdirs() local
99 subdirs++; in bch2_count_subdirs()
103 return ret ?: subdirs; in bch2_count_subdirs()
/linux-6.12.1/fs/ceph/
Dxattr.c428 XATTR_NAME_CEPH(dir, subdirs, VXATTR_FLAG_DIRSTAT),
Dinode.c1094 ci->i_subdirs = le64_to_cpu(info->subdirs); in ceph_fill_inode()
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c3018 if (kn->dir.subdirs <= 1) in mon_rmdir_one_subdir()
/linux-6.12.1/drivers/base/
Dcore.c3330 return kobj->sd && kobj->sd->dir.subdirs; in kobject_has_children()
/linux-6.12.1/Documentation/kbuild/
Dmakefiles.rst227 Makefiles in these subdirs. The build system will automatically