Searched refs:dirs (Results 1 – 16 of 16) sorted by relevance
/linux/scripts/dtc/ |
H A D | dt-extract-compatibles | 98 for path, dirs, files in os.walk(root): 100 for d in dirs: 102 dirs.remove(d)
|
/linux/scripts/ |
H A D | leaking_addresses.pl | 450 my($filename, $dirs, $suffix) = fileparse($path); 538 my @dirs = @_; 540 while (my $pwd = shift @dirs) { 560 push @dirs, $path;
|
H A D | spdxcheck.py | 332 ap.add_argument('-d', '--dirs', action='store_true', 431 if ndirs and ndirs != dirsok and args.dirs: 443 if args.verbose or args.dirs:
|
/linux/fs/ntfs3/ |
H A D | dir.c | 524 static int ntfs_dir_count(struct inode *dir, bool *is_empty, size_t *dirs, in ntfs_dir_count() argument 572 if (!dirs && !files) in ntfs_dir_count() 606 if (dirs) in ntfs_dir_count() 607 *dirs = drs; in ntfs_dir_count()
|
/linux/arch/mips/alchemy/ |
H A D | Platform | 30 # boards can specify their own <gpio.h> in one of their include dirs.
|
/linux/scripts/bash-completion/ |
H A D | make | 8 local -a dirs=("${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions") 12 dirs+=("$dir"/bash-completion/completions) 18 for dir in "${dirs[@]}"; do 25 # Avoid trying to source dirs; https://bugzilla.redhat.com/903540
|
/linux/tools/testing/selftests/devices/probe/ |
H A D | test_discoverable_devices.py | 41 for path, dirs, _ in os.walk(sysfs_devices): 42 for d in dirs:
|
/linux/ |
H A D | .gitignore | 127 # stgit generated dirs
|
/linux/scripts/gdb/linux/ |
H A D | symbols.py | 133 for root, dirs, files in os.walk(path):
|
/linux/tools/perf/util/ |
H A D | symbol.c | 2088 struct strlist *dirs; in find_matching_kcore() local 2091 dirs = lsdir(dir, visible_dir_filter); in find_matching_kcore() 2092 if (!dirs) in find_matching_kcore() 2095 strlist__for_each_entry(nd, dirs) { in find_matching_kcore() 2105 strlist__delete(dirs); in find_matching_kcore()
|
/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 349 for root, dirs, files in os.walk('.'):
|
/linux/fs/overlayfs/ |
H A D | Kconfig | 79 inconsistencies on lookup, like redirect from multiple upper dirs to
|
/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 609 for root, dirs, files in os.walk('.'):
|
/linux/Documentation/arch/powerpc/ |
H A D | hvcs.rst | 148 |-- *other sysfs base dirs* 167 |-- *other sysfs base dirs*
|
/linux/drivers/usb/core/ |
H A D | devio.c | 495 static const char *dirs[] = {"out", "in"}; in snoop_urb() local 504 d = dirs[!!usb_pipein(pipe)]; in snoop_urb()
|
/linux/Documentation/filesystems/xfs/ |
H A D | xfs-online-fsck-design.rst | 111 `QA test changes <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git/log/?h=repair-dirs>`_. 3448 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=repair-dirs>`_ 4453 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=repair-dirs>`_
|