Home
last modified time | relevance | path

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

/fs/nfs/
Dmount_clnt.c153 .rpc_argp = info->dirpath, in nfs_mount()
172 info->dirpath); in nfs_mount()
174 if (strlen(info->dirpath) > MNTPATHLEN) in nfs_mount()
255 .rpc_argp = info->dirpath, in nfs_umount()
260 if (strlen(info->dirpath) > MNTPATHLEN) in nfs_umount()
271 (info->hostname ? info->hostname : "server"), info->dirpath); in nfs_umount()
309 const void *dirpath) in mnt_xdr_enc_dirpath() argument
311 encode_mntdirpath(xdr, dirpath); in mnt_xdr_enc_dirpath()
Dinternal.h189 char *dirpath; member
Dsuper.c810 .dirpath = ctx->nfs_server.export_path, in nfs_request_mount()