symlen 925 fs/ceph/inode.c u32 symlen = iinfo->symlink_len; symlen 930 fs/ceph/inode.c if (symlen != i_size_read(inode)) { symlen 934 fs/ceph/inode.c i_size_write(inode, symlen); symlen 935 fs/ceph/inode.c inode->i_blocks = calc_inode_blocks(symlen); symlen 939 fs/ceph/inode.c sym = kstrndup(iinfo->symlink, symlen, GFP_NOFS); symlen 78 fs/coda/coda_psdev.h const char *name, int len, const char *symname, int symlen); symlen 233 fs/coda/dir.c int symlen; symlen 239 fs/coda/dir.c symlen = strlen(symname); symlen 240 fs/coda/dir.c if (symlen > CODA_MAXPATHLEN) symlen 249 fs/coda/dir.c symname, symlen); symlen 407 fs/coda/upcall.c const char *symname, int symlen) symlen 415 fs/coda/upcall.c insize = max_t(unsigned int, offset + len + symlen + 8, OUTSIZE(symlink)); symlen 423 fs/coda/upcall.c s = ( symlen & ~0x3 ) + 4; symlen 424 fs/coda/upcall.c memcpy((char *)(inp) + offset, symname, symlen); symlen 425 fs/coda/upcall.c *((char *)inp + offset + symlen) = '\0'; symlen 258 tools/perf/util/genelf.c int symlen; symlen 409 tools/perf/util/genelf.c symlen = 2 + strlen(sym); symlen 410 tools/perf/util/genelf.c strsym = calloc(1, symlen); symlen 433 tools/perf/util/genelf.c d->d_size = symlen; symlen 80 tools/perf/util/hist.c int symlen; symlen 89 tools/perf/util/hist.c symlen = h->ms.sym->namelen + 4; symlen 91 tools/perf/util/hist.c symlen += BITS_PER_LONG / 4 + 2 + 3; symlen 92 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_SYMBOL, symlen); symlen 94 tools/perf/util/hist.c symlen = unresolved_col_width + 4 + 2; symlen 95 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_SYMBOL, symlen); symlen 113 tools/perf/util/hist.c symlen = (int)h->branch_info->from.sym->namelen + 4; symlen 115 tools/perf/util/hist.c symlen += BITS_PER_LONG / 4 + 2 + 3; symlen 116 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen); symlen 118 tools/perf/util/hist.c symlen = dso__name_len(h->branch_info->from.map->dso); symlen 119 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_DSO_FROM, symlen); symlen 121 tools/perf/util/hist.c symlen = unresolved_col_width + 4 + 2; symlen 122 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_SYMBOL_FROM, symlen); symlen 127 tools/perf/util/hist.c symlen = (int)h->branch_info->to.sym->namelen + 4; symlen 129 tools/perf/util/hist.c symlen += BITS_PER_LONG / 4 + 2 + 3; symlen 130 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_SYMBOL_TO, symlen); symlen 132 tools/perf/util/hist.c symlen = dso__name_len(h->branch_info->to.map->dso); symlen 133 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_DSO_TO, symlen); symlen 135 tools/perf/util/hist.c symlen = unresolved_col_width + 4 + 2; symlen 136 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_SYMBOL_TO, symlen); symlen 150 tools/perf/util/hist.c symlen = (int)h->mem_info->daddr.sym->namelen + 4 symlen 153 tools/perf/util/hist.c symlen); symlen 155 tools/perf/util/hist.c symlen + 1); symlen 157 tools/perf/util/hist.c symlen = unresolved_col_width + 4 + 2; symlen 159 tools/perf/util/hist.c symlen); symlen 161 tools/perf/util/hist.c symlen); symlen 165 tools/perf/util/hist.c symlen = (int)h->mem_info->iaddr.sym->namelen + 4 symlen 168 tools/perf/util/hist.c symlen); symlen 170 tools/perf/util/hist.c symlen = unresolved_col_width + 4 + 2; symlen 172 tools/perf/util/hist.c symlen); symlen 176 tools/perf/util/hist.c symlen = dso__name_len(h->mem_info->daddr.map->dso); symlen 178 tools/perf/util/hist.c symlen); symlen 180 tools/perf/util/hist.c symlen = unresolved_col_width + 4 + 2; symlen 188 tools/perf/util/hist.c symlen = unresolved_col_width + 4 + 2; symlen 189 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_MEM_DADDR_SYMBOL, symlen); symlen 190 tools/perf/util/hist.c hists__new_col_len(hists, HISTC_MEM_IADDR_SYMBOL, symlen);