Home
last modified time | relevance | path

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

/Linux-v5.4/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.modbuiltin35 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym))
44 cat /dev/null $(modbuiltin-subdirs)) > $@
/Linux-v5.4/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.4/arch/mips/
DKbuild2 # Fail on warnings - also for files referenced in subdirs
/Linux-v5.4/include/linux/
Dkobject.h136 return kobj->sd && kobj->sd->dir.subdirs; in kobject_has_children()
Dkernfs.h85 unsigned long subdirs; member
/Linux-v5.4/fs/kernfs/
Dinode.c181 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
Ddir.c374 kn->parent->dir.subdirs++; in kernfs_link_sibling()
396 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
/Linux-v5.4/include/linux/ceph/
Dceph_fs.h520 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
/Linux-v5.4/fs/ceph/
Dxattr.c351 XATTR_NAME_CEPH(dir, subdirs, 0),
Dinode.c843 ci->i_subdirs = le64_to_cpu(info->subdirs); in fill_inode()
/Linux-v5.4/Documentation/kbuild/
Dmakefiles.rst284 Makefiles in these subdirs. The build system will automatically