Searched refs:subdirs (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/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.modbuiltin | 35 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 44 cat /dev/null $(modbuiltin-subdirs)) > $@
|
/Linux-v5.4/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
|
/Linux-v5.4/arch/mips/ |
D | Kbuild | 2 # Fail on warnings - also for files referenced in subdirs
|
/Linux-v5.4/include/linux/ |
D | kobject.h | 136 return kobj->sd && kobj->sd->dir.subdirs; in kobject_has_children()
|
D | kernfs.h | 85 unsigned long subdirs; member
|
/Linux-v5.4/fs/kernfs/ |
D | inode.c | 181 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
|
D | dir.c | 374 kn->parent->dir.subdirs++; in kernfs_link_sibling() 396 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
|
/Linux-v5.4/include/linux/ceph/ |
D | ceph_fs.h | 520 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
|
/Linux-v5.4/fs/ceph/ |
D | xattr.c | 351 XATTR_NAME_CEPH(dir, subdirs, 0),
|
D | inode.c | 843 ci->i_subdirs = le64_to_cpu(info->subdirs); in fill_inode()
|
/Linux-v5.4/Documentation/kbuild/ |
D | makefiles.rst | 284 Makefiles in these subdirs. The build system will automatically
|