Searched refs:tname (Results 1 - 9 of 9) sorted by relevance

/fs/nfsd/
H A Dxdr.h51 char * tname; member in struct:nfsd_renameargs
63 char * tname; member in struct:nfsd_linkargs
71 char * tname; member in struct:nfsd_symlinkargs
H A Dxdr3.h69 char * tname; member in struct:nfsd3_renameargs
81 char * tname; member in struct:nfsd3_linkargs
89 char * tname; member in struct:nfsd3_symlinkargs
H A Dnfsproc.c364 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname);
367 &argp->tfh, argp->tname, argp->tlen);
384 argp->tname);
386 nfserr = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen,
402 argp->tlen, argp->tname);
407 * attributes follow argp->tname, so it's safe to just write a
410 argp->tname[argp->tlen] = '\0';
412 argp->tname, &newfh);
H A Dnfs3proc.c275 argp->tlen, argp->tname);
280 argp->tname, &resp->fh);
375 argp->tname);
380 &resp->tfh, argp->tname, argp->tlen);
395 argp->tname);
399 nfserr = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen,
H A Dnfsxdr.c351 || !(p = decode_filename(p, &args->tname, &args->tlen)))
374 || !(p = decode_filename(p, &args->tname, &args->tlen)))
386 || !(p = decode_pathname(p, &args->tname, &args->tlen)))
H A Dnfs3xdr.c469 args->tname = new = page_address(*(rqstp->rq_next_page++));
526 || !(p = decode_filename(p, &args->tname, &args->tlen)))
550 || !(p = decode_filename(p, &args->tname, &args->tlen)))
H A Dvfs.c1654 struct svc_fh *tfhp, char *tname, int tlen)
1675 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen))
1703 ndentry = lookup_one_len(tname, tdentry, tlen);
1653 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, struct svc_fh *tfhp, char *tname, int tlen) argument
/fs/coda/
H A Dupcall.c392 inp->coda_link.tname = offset;
428 inp->coda_symlink.tname = offset;
/fs/
H A Ddcache.c1969 const char *tname = dentry->d_name.name; local
1975 if (parent->d_op->d_compare(parent, dentry, tlen, tname, name))
2176 const char *tname = dentry->d_name.name; local
2177 if (parent->d_op->d_compare(parent, dentry, tlen, tname, name))

Completed in 43 milliseconds