Home
last modified time | relevance | path

Searched refs:bsize (Results 151 – 166 of 166) sorted by relevance

1234567

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2221 unsigned int bsize, unsigned int cong_thres, int gen, in t3_sge_init_flcntxt() argument
2237 V_FL_ENTRY_SIZE_LO(bsize & M_FL_ENTRY_SIZE_LO)); in t3_sge_init_flcntxt()
2239 V_FL_ENTRY_SIZE_HI(bsize >> (32 - S_FL_ENTRY_SIZE_LO)) | in t3_sge_init_flcntxt()
/openbmc/linux/net/9p/
H A Dclient.c1894 &sb->bsize, &sb->blocks, &sb->bfree, &sb->bavail, in p9_client_statfs()
1904 fid->fid, sb->type, sb->bsize, sb->blocks, sb->bfree, in p9_client_statfs()
/openbmc/linux/fs/jfs/
H A Djfs_xtree.c142 size = ((u64) ip->i_size + (JFS_SBI(ip->i_sb)->bsize - 1)) >> in xtLookup()
2254 teof = (newsize + (JFS_SBI(ip->i_sb)->bsize - 1)) >> in xtTruncate()
H A Dnamei.c984 bmask = JFS_SBI(sb)->bsize - 1; in jfs_symlink()
H A Djfs_dtree.c976 n = sbi->bsize >> L2DTSLOTSIZE; in dtSplitUp()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-npi-defs.h323 uint64_t bsize:16; member
325 uint64_t bsize:16;
H A Dcvmx-npei-defs.h3645 uint64_t bsize:16; member
3647 uint64_t bsize:16;
/openbmc/linux/include/linux/
H A Dnfs_xdr.h172 __u32 bsize; /* Filesystem block size */ member
/openbmc/linux/kernel/trace/
H A Dring_buffer.c1826 int bsize; in __ring_buffer_alloc() local
1853 bsize = sizeof(void *) * nr_cpu_ids; in __ring_buffer_alloc()
1854 buffer->buffers = kzalloc(ALIGN(bsize, cache_line_size()), in __ring_buffer_alloc()
/openbmc/linux/fs/f2fs/
H A Dfile.c889 unsigned int bsize = i_blocksize(inode); in f2fs_getattr() local
893 stat->dio_mem_align = bsize; in f2fs_getattr()
894 stat->dio_offset_align = bsize; in f2fs_getattr()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c596 u64 bsize = (u64)runtime->oss.buffer_bytes * (u64)bytes; in snd_pcm_oss_bytes() local
597 return div_u64(bsize, buffer_size); in snd_pcm_oss_bytes()
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c678 seq_printf(s, ",bsize=%u", cifs_sb->ctx->bsize); in cifs_show_options()
H A Dinode.c2657 stat->blksize = cifs_sb->ctx->bsize;
/openbmc/linux/fs/fuse/
H A Dinode.c592 stbuf->f_bsize = attr->bsize; in convert_fuse_statfs()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc22 const int8_t bstart, int8_t bsize)
25 const int8_t bend = bstart + bsize;
27 return MAX(aend, bend) - MIN(astart, bstart) < asize + bsize;
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3103 void *matchmaskp, u8 bsize) in cmp_val_mask() argument
3107 switch (bsize) { in cmp_val_mask()

1234567