Searched refs:bsz (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/erofs/
H A Ddir.c54 unsigned long bsz = sb->s_blocksize; local
75 if (nameoff < sizeof(struct erofs_dirent) || nameoff >= bsz) {
82 maxsize = min_t(unsigned int, dirsize - ctx->pos + ofs, bsz);
H A Dnamei.c92 unsigned int bsz = i_blocksize(dir); local
105 const int nameoff = nameoff_from_disk(de->nameoff, bsz);
125 dname.end = (u8 *)de + bsz;
128 nameoff_from_disk(de[1].nameoff, bsz);
H A Dinode.c181 unsigned int bsz = i_blocksize(inode); local
186 inode->i_size >= bsz || inode->i_size < 0) {
197 if (m_pofs + inode->i_size > bsz) {
/linux-master/drivers/pci/
H A Decam.c33 unsigned int bus_range, bus_range_max, bsz; local
62 bsz = 1 << bus_shift;
82 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz);
129 unsigned int bsz = 1 << cfg->bus_shift; local
140 start = cfg->res.start + busn * bsz;
142 cfg->winp[busn] = pci_remap_cfgspace(start, bsz);
/linux-master/arch/loongarch/pci/
H A Dacpi.c97 int bsz, bus_range, err; local
115 bsz = 1 << ops->bus_shift;
130 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz);
/linux-master/arch/arm64/crypto/
H A Daes-cipher-core.S84 .macro do_crypt, round, ttab, ltab, bsz
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
/linux-master/include/linux/
H A Dkvm_host.h1846 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \
1853 .bucket_size = bsz
1855 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \
1858 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1863 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \
1866 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1871 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \
1874 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1879 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \
1882 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
[all...]
/linux-master/arch/arm/crypto/
H A Daes-cipher-core.S102 .macro do_crypt, round, ttab, ltab, bsz
172 \round r4, r5, r6, r7, r8, r9, r10, r11, \bsz, b, rounds
/linux-master/tools/perf/util/
H A Djitdump.c142 ssize_t bs, bsz = 0; local
152 bsz = hmax(sizeof(header), sizeof(*prefix));
154 buf = malloc(bsz);
222 if (bs > bsz) {
226 bsz = bs;
229 ret = fread(buf, bs - bsz, 1, jd->in);
H A Dintel-bts.c411 size_t sz, bsz = sizeof(struct branch); local
426 for (; sz > bsz; branch += 1, sz -= bsz) {
H A Dthread-stack.c621 const size_t bsz = sizeof(struct branch_entry); local
639 memcpy(be, &src->entries[ts->br_stack_pos], bsz * nr);
645 memcpy(be, &src->entries[0], bsz * ts->br_stack_pos);
/linux-master/net/tipc/
H A Dmsg.c484 u32 msz, bsz, offset, pad; local
487 bsz = msg_size(bmsg);
488 offset = BUF_ALIGN(bsz);
489 pad = offset - bsz;
/linux-master/drivers/pcmcia/
H A Dcistpl.c980 int i, j, bsz, lsz; local
996 bsz = (*p & 0x30) >> 4;
997 if (bsz == 3)
998 bsz++;
1007 for (j = 0; j < bsz; j++, p++) {
/linux-master/fs/ubifs/
H A Dlpt.c603 int blnum, boffs, bsz, bcnt; local
697 bsz = c->pnode_sz; /* Size of nodes in level below */
753 if (boffs + bsz > c->leb_size) {
759 boffs += bsz;
776 bsz = c->nnode_sz;
/linux-master/fs/jfs/
H A Djfs_dmap.c2691 int budsz, bud, w, bsz, size; local
2722 for (w = leafno, bsz = budsz;; bsz <<= 1,
2724 if (bsz >= le32_to_cpu(tp->dmt_nleafs)) {
2731 bud = w ^ bsz;
/linux-master/mm/
H A Dfilemap.c2937 size_t offset, bsz = i_blocksize(mapping->host); local
2950 offset = offset_in_folio(folio, start) & ~(bsz - 1);
2953 if (ops->is_partially_uptodate(folio, offset, bsz) ==
2956 start = (start + bsz) & ~(bsz - 1);
2957 offset += bsz;

Completed in 204 milliseconds