Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds