Searched refs:dirpath (Results 1 – 7 of 7) sorted by relevance
/linux/fs/nfs/ |
H A D | mount_clnt.c | 150 .rpc_argp = info->dirpath, in nfs_mount() 170 info->dirpath); in nfs_mount() 172 if (strlen(info->dirpath) > MNTPATHLEN) in nfs_mount() 240 const void *dirpath) in mnt_xdr_enc_dirpath() argument 242 encode_mntdirpath(xdr, dirpath); in mnt_xdr_enc_dirpath()
|
H A D | internal.h | 199 char *dirpath; member
|
/linux/scripts/clang-tools/ |
H A D | gen_compile_commands.py | 88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True): 90 if dirpath in exclude_dirs: 96 yield os.path.join(dirpath, filename)
|
/linux/tools/testing/selftests/exec/ |
H A D | binfmt_script.py | 62 dirpath = root + middle 63 binary = dirpath + target 65 os.makedirs(dirpath, mode=0o755, exist_ok=True)
|
/linux/tools/perf/util/ |
H A D | util.h | 49 int perf_tip(char **strp, const char *dirpath);
|
H A D | util.c | 345 int perf_tip(char **strp, const char *dirpath) in perf_tip() argument 350 .dirname = dirpath, in perf_tip()
|
/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 49 for dirpath, dirnames, filenames in os.walk(plugindir):
|