Searched refs:dirpath (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/nfs/ |
| D | mount_clnt.c | 154 .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()
|
| D | internal.h | 130 char *dirpath; member
|
| D | super.c | 1771 .dirpath = args->nfs_server.export_path, in nfs_request_mount()
|
| /Linux-v5.4/scripts/ |
| D | gen_compile_commands.py | 121 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/ |
| D | util.h | 40 const char *perf_tip(const char *dirpath);
|
| D | util.c | 346 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/ |
| D | tdc.py | 48 for dirpath, dirnames, filenames in os.walk(plugindir):
|