Home
last modified time | relevance | path

Searched refs:boff (Results 1 – 10 of 10) sorted by relevance

/linux/fs/nilfs2/
H A Dalloc.c587 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()
746 bitmap = kmap_local_folio(req->pr_bitmap_bh->b_folio, boff); in nilfs_palloc_abort_alloc_entry()
826 size_t doff, boff; in nilfs_palloc_freev() local
[all …]
/linux/drivers/pinctrl/sunplus/
H A Dsppctl.h57 .boff = bo, \
67 .boff = bo, \
153 const u8 boff; /* bit offset */ member
H A Dsppctl.c720 sppctl_gmx_set(pctl, f->roff, f->boff, f->blen, f->grps[g2fpm.g_idx].gval); in sppctl_set_mux()
957 sppctl_gmx_set(pctl, f->roff, f->boff, f->blen, 0); in sppctl_dt_node_to_map()
/linux/fs/xfs/
H A Dxfs_buf.h317 static inline void xfs_buf_zero(struct xfs_buf *bp, size_t boff, size_t bsize) in xfs_buf_zero() argument
319 memset(bp->b_addr + boff, 0, bsize); in xfs_buf_zero()
/linux/fs/ocfs2/
H A Dextent_map.c674 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/fs/gfs2/
H A Dquota.c735 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local
739 boff = off % bsize; in gfs2_write_buf_to_page()
772 if (to_write > (bsize - boff)) { in gfs2_write_buf_to_page()
773 pg_off += (bsize - boff); in gfs2_write_buf_to_page()
774 to_write -= (bsize - boff); in gfs2_write_buf_to_page()
775 boff = pg_off % bsize; in gfs2_write_buf_to_page()
/linux/drivers/s390/net/
H A Dctcm_mpc.c135 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/fs/ceph/
H A Dinode.c2401 int boff = attr->ia_size % CEPH_FSCRYPT_BLOCK_SIZE; in fill_fscrypt_truncate() local
2488 doutc(cl, "encrypt block boff/bsize %d/%lu\n", boff, in fill_fscrypt_truncate()
2492 memset(iov.iov_base + boff, 0, PAGE_SIZE - boff); in fill_fscrypt_truncate()
/linux/fs/smb/client/
H A Dsmb2pdu.c1825 u16 boff = le16_to_cpu(rsp->SecurityBufferOffset); in SMB2_sess_auth_rawntlmssp_negotiate() local
1827 if (offsetof(struct smb2_sess_setup_rsp, Buffer) != boff) { in SMB2_sess_auth_rawntlmssp_negotiate()
1828 cifs_dbg(VFS, "Invalid security buffer offset %d\n", boff); in SMB2_sess_auth_rawntlmssp_negotiate()
1829 rc = smb_EIO1(smb_eio_trace_sess_buf_off, boff); in SMB2_sess_auth_rawntlmssp_negotiate()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2948 boff = query.value(2)
2952 tot = bsym_start + boff + 1 - sym_start - off