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 | nfsxdr.c | 336 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfssvc_decode_renameargs() 362 || !(p = decode_filename(p, &args->tname, &args->tlen))) in nfssvc_decode_linkargs() 379 args->tlen = ntohl(*p++); in nfssvc_decode_symlinkargs() 380 if (args->tlen == 0) in nfssvc_decode_symlinkargs() 393 if (args->tlen != rqstp->rq_arg.page_len) in nfssvc_decode_symlinkargs() 397 xdrlen = XDR_QUADLEN(args->tlen); in nfssvc_decode_symlinkargs()
|
D | nfsproc.c | 433 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname); in nfsd_proc_rename() 436 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename() 452 argp->tlen, in nfsd_proc_link() 455 nfserr = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link() 469 if (argp->tlen > NFS_MAXPATHLEN) in nfsd_proc_symlink() 474 argp->tlen); in nfsd_proc_symlink() 480 argp->tlen, argp->tname); in nfsd_proc_symlink()
|
D | nfs3proc.c | 287 if (argp->tlen == 0) in nfsd3_proc_symlink() 289 if (argp->tlen > NFS3_MAXPATHLEN) in nfsd3_proc_symlink() 294 argp->tlen); in nfsd3_proc_symlink() 301 argp->tlen, argp->tname); in nfsd3_proc_symlink() 405 argp->tlen, in nfsd3_proc_rename() 411 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename() 426 argp->tlen, in nfsd3_proc_link() 431 nfserr = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
|
D | xdr3.h | 71 unsigned int tlen; member 83 unsigned int tlen; member 91 unsigned int tlen; member
|
D | nfs3xdr.c | 498 args->tlen = ntohl(*p++); in nfs3svc_decode_symlinkargs() 506 if (dlen < XDR_QUADLEN(args->tlen) << 2) 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 | nfsctl.c | 569 ssize_t tlen = 0; in __write_versions() local 651 tlen += len; in __write_versions() 661 return tlen + len; in __write_versions()
|
D | vfs.c | 1667 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument 1689 if (!flen || isdotent(fname, flen) || !tlen || isdotent(tname, tlen)) in nfsd_rename() 1724 ndentry = lookup_one_len(tname, tdentry, tlen); in nfsd_rename()
|
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 891 xfs_extlen_t tlen; /* length of busy extent */ in xfs_alloc_ag_vextent_exact() local 928 tlen = flen; in xfs_alloc_ag_vextent_exact() 929 xfs_extent_busy_trim(args, &tbno, &tlen, &busy_gen); in xfs_alloc_ag_vextent_exact() 937 if (tlen < args->minlen) in xfs_alloc_ag_vextent_exact() 939 tend = tbno + tlen; in xfs_alloc_ag_vextent_exact()
|
/fs/xfs/ |
D | xfs_trace.h | 1441 xfs_agblock_t tbno, xfs_extlen_t tlen), 1442 TP_ARGS(mp, agno, agbno, len, tbno, tlen), 1449 __field(xfs_extlen_t, tlen) 1457 __entry->tlen = tlen; 1465 __entry->tlen)
|
/fs/ |
D | dcache.c | 2273 int tlen; in __d_lookup_rcu() local 2277 tlen = dentry->d_name.len; in __d_lookup_rcu() 2285 tlen, tname, name) != 0) in __d_lookup_rcu()
|