Home
last modified time | relevance | path

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

/Linux-v5.15/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.dtbinst21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m))
23 __dtbs_install: $(dtbs) $(subdirs)
35 PHONY += $(subdirs)
36 $(subdirs):
DMakefile.build510 single-subdirs := $(foreach d, $(subdir-ym), \
513 __build: $(curdir-single) $(single-subdirs)
/Linux-v5.15/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-v5.15/arch/mips/
DKbuild2 # Fail on warnings - also for files referenced in subdirs
/Linux-v5.15/include/linux/
Dkobject.h135 return kobj->sd && kobj->sd->dir.subdirs; in kobject_has_children()
Dkernfs.h92 unsigned long subdirs; member
/Linux-v5.15/fs/kernfs/
Dinode.c178 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
Ddir.c374 kn->parent->dir.subdirs++; in kernfs_link_sibling()
397 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
/Linux-v5.15/include/linux/ceph/
Dceph_fs.h565 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
/Linux-v5.15/fs/ceph/
Dxattr.c401 XATTR_NAME_CEPH(dir, subdirs, VXATTR_FLAG_DIRSTAT),
Dinode.c886 ci->i_subdirs = le64_to_cpu(info->subdirs); in ceph_fill_inode()
/Linux-v5.15/Documentation/kbuild/
Dmakefiles.rst286 Makefiles in these subdirs. The build system will automatically