Lines Matching refs:path
254 struct path path;
269 error = kern_path(fo_path, 0, &path);
278 * 1. Does the path refer to a directory?
282 error = nlmsvc_unlock_all_by_sb(path.dentry->d_sb);
284 path_put(&path);
289 * write_filehandle - Get a variable-length NFS file handle by path
298 * path: export pathname
311 char *dname, *path;
330 path = dname+len+1;
331 len = qword_get(&mesg, path, size);
346 trace_nfsd_ctl_filehandle(netns(file), dname, path, maxsize);
353 len = exp_rootfh(netns(file), dom, path, &fh, maxsize);