Lines Matching defs:path
296 struct path path;
311 error = kern_path(fo_path, 0, &path);
320 * 1. Does the path refer to a directory?
324 error = nlmsvc_unlock_all_by_sb(path.dentry->d_sb);
326 path_put(&path);
331 * write_filehandle - Get a variable-length NFS file handle by path
340 * path: export pathname
353 char *dname, *path;
372 path = dname+len+1;
373 len = qword_get(&mesg, path, size);
393 len = exp_rootfh(netns(file), dom, path, &fh, maxsize);