Lines Matching refs:path
31 * Work out the length that an NFSv4 path would render to as a standard posix
32 * path, with a leading slash but no terminating slash.
55 * Convert the NFSv4 pathname components into a standard posix path.
86 * return the path component of "<server>:<path>"
87 * nfspath - the "<server>:<path>" string
110 * Determine the mount path as a string
115 char *path = nfs_path(&limit, dentry, buffer, buflen,
117 if (!IS_ERR(path)) {
118 char *path_component = nfs_path_component(path, limit);
122 return path;
127 * believe to be the server path to this dentry
133 const char *path;
143 path = nfs4_path(dentry, buf, 4096);
144 if (IS_ERR(path)) {
146 return PTR_ERR(path);
155 n = strncmp(path, fs_path, len);
159 dprintk("%s: path %s does not begin with fsroot %s\n",
160 __func__, path, ctx->nfs_server.export_path);
297 * plus a colon plus the path.
378 /* Ensure fs path is a prefix of current dentry path */