Searched refs:boff (Results 1 – 8 of 8) sorted by relevance
| /linux/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 | 720 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 D | xfs_buf.h | 299 static inline void xfs_buf_zero(struct xfs_buf *bp, size_t boff, size_t bsize) in xfs_buf_zero() argument 301 memset(bp->b_addr + boff, 0, bsize); in xfs_buf_zero()
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 749 unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0; in gfs2_write_buf_to_page() local 753 boff = off % bsize; in gfs2_write_buf_to_page() 786 if (to_write > (bsize - boff)) { in gfs2_write_buf_to_page() 787 pg_off += (bsize - boff); in gfs2_write_buf_to_page() 788 to_write -= (bsize - boff); in gfs2_write_buf_to_page() 789 boff = pg_off % bsize; in gfs2_write_buf_to_page()
|
| /linux/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/fs/ceph/ |
| H A D | inode.c | 2443 int boff = attr->ia_size % CEPH_FSCRYPT_BLOCK_SIZE; in fill_fscrypt_truncate() local 2530 doutc(cl, "encrypt block boff/bsize %d/%lu\n", boff, in fill_fscrypt_truncate() 2534 memset(iov.iov_base + boff, 0, PAGE_SIZE - boff); in fill_fscrypt_truncate()
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 1861 u16 boff = le16_to_cpu(rsp->SecurityBufferOffset); in SMB2_sess_auth_rawntlmssp_negotiate() local 1863 if (offsetof(struct smb2_sess_setup_rsp, Buffer) != boff) { in SMB2_sess_auth_rawntlmssp_negotiate() 1864 cifs_dbg(VFS, "Invalid security buffer offset %d\n", boff); in SMB2_sess_auth_rawntlmssp_negotiate() 1865 rc = smb_EIO1(smb_eio_trace_sess_buf_off, boff); in SMB2_sess_auth_rawntlmssp_negotiate()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2948 boff = query.value(2) 2952 tot = bsym_start + boff + 1 - sym_start - off
|