Searched refs:tlen (Results 1 – 11 of 11) sorted by relevance
/fs/nfsd/ |
D | xdr.h | 53 unsigned int tlen; member 65 unsigned int tlen; member 73 unsigned int tlen; member
|
D | xdr3.h | 71 unsigned int tlen; member 83 unsigned int tlen; member 91 unsigned int tlen; member
|
D | nfsproc.c | 411 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname); in nfsd_proc_rename() 414 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename() 430 argp->tlen, in nfsd_proc_link() 433 nfserr = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link() 449 argp->tlen, argp->tname); in nfsd_proc_symlink() 457 argp->tname[argp->tlen] = '\0'; in nfsd_proc_symlink()
|
D | nfs3proc.c | 285 argp->tlen, argp->tname); in nfsd3_proc_symlink() 388 argp->tlen, in nfsd3_proc_rename() 394 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename() 409 argp->tlen, in nfsd3_proc_link() 414 nfserr = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
|
D | nfsxdr.c | 360 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfssvc_decode_renameargs() 386 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfssvc_decode_linkargs() 399 || !(p = decode_pathname(p, &args->tname, &args->tlen))) in nfssvc_decode_symlinkargs()
|
D | nfsctl.c | 565 ssize_t tlen = 0; in __write_versions() local 647 tlen += len; in __write_versions() 657 return tlen + len; in __write_versions()
|
D | nfs3xdr.c | 482 args->tlen = len; in nfs3svc_decode_symlinkargs() 542 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfs3svc_decode_renameargs() 568 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfs3svc_decode_linkargs()
|
D | vfs.c | 1638 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument 1659 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename() 1687 ndentry = lookup_one_len(tname, tdentry, tlen); in nfsd_rename()
|
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 762 xfs_extlen_t tlen; /* length of busy extent */ in xfs_alloc_ag_vextent_exact() local 799 tlen = flen; in xfs_alloc_ag_vextent_exact() 800 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact() 808 if (tlen < args->minlen) in xfs_alloc_ag_vextent_exact() 810 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
|
/fs/xfs/ |
D | xfs_trace.h | 1489 xfs_agblock_t tbno, xfs_extlen_t tlen), 1490 TP_ARGS(mp, agno, agbno, len, tbno, tlen), 1497 __field(xfs_extlen_t, tlen) 1505 __entry->tlen = tlen; 1513 __entry->tlen)
|
/fs/ |
D | dcache.c | 2231 int tlen; in __d_lookup_rcu() local 2235 tlen = dentry->d_name.len; in __d_lookup_rcu() 2243 tlen, tname, name) != 0) in __d_lookup_rcu()
|