Searched refs:subdirs (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/scripts/ |
D | Makefile.headersinst | 29 subdirs := $(patsubst %/,%,$(filter %/, $(header-y))) 105 __headersinst: $(subdirs) $(install-file) 115 __headerscheck: $(subdirs) $(check-file) 125 .PHONY: $(subdirs) 126 $(subdirs):
|
D | Makefile.modbuiltin | 34 modbuiltin-subdirs := $(patsubst %,%/modules.builtin, $(subdir-ym)) 43 cat /dev/null $(modbuiltin-subdirs)) > $@
|
/linux-4.4.14/Documentation/sysctl/ |
D | README | 53 several (arch-dependent?) subdirs. Each subdir is mainly about 57 The subdirs are about: 73 These are the subdirs I have on my system. There might be more 74 or other subdirs in another setup. If you see another dir, I'd
|
/linux-4.4.14/arch/mips/ |
D | Kbuild | 1 # Fail on warnings - also for files referenced in subdirs
|
/linux-4.4.14/fs/kernfs/ |
D | inode.c | 267 set_nlink(inode, kn->dir.subdirs + 2); in kernfs_refresh_inode()
|
D | dir.c | 283 kn->parent->dir.subdirs++; in kernfs_link_sibling() 305 kn->parent->dir.subdirs--; in kernfs_unlink_sibling()
|
/linux-4.4.14/include/linux/ |
D | kernfs.h | 75 unsigned long subdirs; member
|
/linux-4.4.14/include/linux/ceph/ |
D | ceph_fs.h | 471 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
|
/linux-4.4.14/fs/ceph/ |
D | xattr.c | 244 XATTR_NAME_CEPH(dir, subdirs),
|
D | inode.c | 834 ci->i_subdirs = le64_to_cpu(info->subdirs); in fill_inode()
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 263 Makefiles in these subdirs. The build system will automatically
|