Searched refs:subdirs (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
D | Makefile.headersinst | 25 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'))
|
D | Makefile.dtbinst | 21 subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m)) 23 __dtbs_install: $(dtbs) $(subdirs) 32 PHONY += $(subdirs) 33 $(subdirs):
|
D | Makefile.build | 507 single-subdirs := $(foreach d, $(subdir-ym), \ 510 __build: $(curdir-single) $(single-subdirs)
|
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/ |
D | index.rst | 61 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
|
/kernel/linux/linux-5.10/arch/mips/ |
D | Kbuild | 2 # Fail on warnings - also for files referenced in subdirs
|
/kernel/linux/linux-5.10/include/linux/ |
D | kobject.h | 135 return kobj->sd && kobj->sd->dir.subdirs; in kobject_has_children()
|
D | kernfs.h | 92 unsigned long subdirs; member
|
/kernel/linux/linux-5.10/fs/kernfs/ |
D | inode.c | 183 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
|
D | dir.c | 382 kn->parent->dir.subdirs++; in kernfs_link_sibling() 404 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | ceph_fs.h | 523 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | xattr.c | 360 XATTR_NAME_CEPH(dir, subdirs, 0),
|
D | inode.c | 861 ci->i_subdirs = le64_to_cpu(info->subdirs); in ceph_fill_inode()
|
/kernel/linux/patches/linux-5.10/zhiyuan_patch/ |
D | kernel.patch | 60 # Objects we will link into vmlinux / subdirs we need to visit
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | makefiles.rst | 290 Makefiles in these subdirs. The build system will automatically
|