Home
last modified time | relevance | path

Searched refs:dirpath (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/nfs/
Dmount_clnt.c154 .rpc_argp = info->dirpath, in nfs_mount()
173 info->dirpath); in nfs_mount()
175 if (strlen(info->dirpath) > MNTPATHLEN) in nfs_mount()
256 .rpc_argp = info->dirpath, in nfs_umount()
261 if (strlen(info->dirpath) > MNTPATHLEN) in nfs_umount()
272 (info->hostname ? info->hostname : "server"), info->dirpath); in nfs_umount()
310 const void *dirpath) in mnt_xdr_enc_dirpath() argument
312 encode_mntdirpath(xdr, dirpath); in mnt_xdr_enc_dirpath()
Dinternal.h130 char *dirpath; member
Dsuper.c1771 .dirpath = args->nfs_server.export_path, in nfs_request_mount()
/Linux-v5.4/scripts/
Dgen_compile_commands.py121 for dirpath, _, filenames in os.walk(directory):
125 filepath = os.path.join(dirpath, filename)
134 entry = process_line(directory, dirpath,
/Linux-v5.4/tools/perf/util/
Dutil.h40 const char *perf_tip(const char *dirpath);
Dutil.c346 const char *perf_tip(const char *dirpath) in perf_tip() argument
352 .dirname = dirpath, in perf_tip()
/Linux-v5.4/tools/testing/selftests/tc-testing/
Dtdc.py48 for dirpath, dirnames, filenames in os.walk(plugindir):