Lines Matching defs:path
3685 static int decode_pathname(struct xdr_stream *xdr, struct nfs4_pathname *path)
3699 dprintk("cannot parse %d components in path\n", n);
3702 for (path->ncomponents = 0; path->ncomponents < n; path->ncomponents++) {
3703 struct nfs4_string *component = &path->components[path->ncomponents];
3709 (path->ncomponents != n ? "/ " : ""),
3716 path->ncomponents = 1;
3717 path->components[0].len=0;
3718 path->components[0].data=NULL;