| /linux-6.15/fs/nilfs2/ |
| H A D | alloc.c | 587 size_t doff, boff; in nilfs_palloc_prepare_alloc_entry() local 634 boff = nilfs_palloc_bitmap_offset(bitmap_bh); in nilfs_palloc_prepare_alloc_entry() 635 bitmap = kmap_local_folio(bitmap_bh->b_folio, boff); in nilfs_palloc_prepare_alloc_entry() 695 size_t doff, boff; in nilfs_palloc_commit_free_entry() local 704 boff = nilfs_palloc_bitmap_offset(req->pr_bitmap_bh); in nilfs_palloc_commit_free_entry() 705 bitmap = kmap_local_folio(req->pr_bitmap_bh->b_folio, boff); in nilfs_palloc_commit_free_entry() 736 size_t doff, boff; in nilfs_palloc_abort_alloc_entry() local 745 boff = nilfs_palloc_bitmap_offset(req->pr_bitmap_bh); in nilfs_palloc_abort_alloc_entry() 826 size_t doff, boff; in nilfs_palloc_freev() local 854 boff = nilfs_palloc_bitmap_offset(bitmap_bh); in nilfs_palloc_freev() [all …]
|
| /linux-6.15/drivers/pinctrl/sunplus/ |
| H A D | sppctl.h | 57 .boff = bo, \ 67 .boff = bo, \ 153 const u8 boff; /* bit offset */ member
|
| H A D | sppctl.c | 718 sppctl_gmx_set(pctl, f->roff, f->boff, f->blen, f->grps[g2fpm.g_idx].gval); in sppctl_set_mux() 955 sppctl_gmx_set(pctl, f->roff, f->boff, f->blen, 0); in sppctl_dt_node_to_map()
|
| /linux-6.15/fs/affs/ |
| H A D | file.c | 531 size_t bidx, boff, bsize; in affs_do_read_folio_ofs() local 540 boff = tmp % bsize; in affs_do_read_folio_ofs() 546 tmp = min(bsize - boff, to - pos); in affs_do_read_folio_ofs() 552 boff = 0; in affs_do_read_folio_ofs() 562 u32 bidx, boff; in affs_extent_file_ofs() local 571 boff = size % bsize; in affs_extent_file_ofs() 572 if (boff) { in affs_extent_file_ofs() 695 u32 bidx, boff, bsize; in affs_write_end_ofs() local 717 boff = tmp % bsize; in affs_write_end_ofs() 718 if (boff) { in affs_write_end_ofs() [all …]
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_buf.h | 316 static inline void xfs_buf_zero(struct xfs_buf *bp, size_t boff, size_t bsize) in xfs_buf_zero() argument 318 memset(bp->b_addr + boff, 0, bsize); in xfs_buf_zero()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | extent_map.c | 674 u64 boff = 0; in ocfs2_extent_map_get_blocks() local 689 boff = ocfs2_clusters_to_blocks(inode->i_sb, p_cluster); in ocfs2_extent_map_get_blocks() 690 boff += (v_blkno & (u64)(bpc - 1)); in ocfs2_extent_map_get_blocks() 693 *p_blkno = boff; in ocfs2_extent_map_get_blocks()
|
| /linux-6.15/fs/gfs2/ |
| H A D | quota.c | 734 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local 738 boff = off % bsize; in gfs2_write_buf_to_page() 771 if (to_write > (bsize - boff)) { in gfs2_write_buf_to_page() 772 pg_off += (bsize - boff); in gfs2_write_buf_to_page() 773 to_write -= (bsize - boff); in gfs2_write_buf_to_page() 774 boff = pg_off % bsize; in gfs2_write_buf_to_page()
|
| /linux-6.15/drivers/s390/net/ |
| H A D | ctcm_mpc.c | 135 char boff[12]; in ctcmpc_dumpit() local 149 scnprintf(boff, sizeof(boff), "%4.4X", (__u32)ct); in ctcmpc_dumpit() 180 addr, boff, bhex, basc); in ctcmpc_dumpit() 205 addr, boff, bhex, basc); in ctcmpc_dumpit() 214 addr, boff, bhex, basc); in ctcmpc_dumpit()
|
| /linux-6.15/fs/ceph/ |
| H A D | inode.c | 2343 int boff = attr->ia_size % CEPH_FSCRYPT_BLOCK_SIZE; in fill_fscrypt_truncate() local 2430 doutc(cl, "encrypt block boff/bsize %d/%lu\n", boff, in fill_fscrypt_truncate() 2434 memset(iov.iov_base + boff, 0, PAGE_SIZE - boff); in fill_fscrypt_truncate()
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2945 boff = query.value(2) 2949 tot = bsym_start + boff + 1 - sym_start - off
|