Lines Matching defs:path
3617 static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path)
3631 dprintk("cannot parse %d components in path\n", n);
3634 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) {
3635 struct nfs4_string *component = &path->components[path->ncomponents];
3641 (path->ncomponents != n ? "/ " : ""),
3648 path->ncomponents = 1;
3649 path->components[0].len=0;
3650 path->components[0].data=NULL;