/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_sb.c | 110 xfs_sb_t *sbp, in xfs_mount_validate_sb() argument 114 if (sbp->sb_magicnum != XFS_SB_MAGIC) { in xfs_mount_validate_sb() 120 if (!xfs_sb_good_version(sbp)) { in xfs_mount_validate_sb() 130 if (check_version && XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) { in xfs_mount_validate_sb() 131 if (xfs_sb_has_compat_feature(sbp, in xfs_mount_validate_sb() 136 (sbp->sb_features_compat & in xfs_mount_validate_sb() 140 if (xfs_sb_has_ro_compat_feature(sbp, in xfs_mount_validate_sb() 144 (sbp->sb_features_ro_compat & in xfs_mount_validate_sb() 153 if (xfs_sb_has_incompat_feature(sbp, in xfs_mount_validate_sb() 158 (sbp->sb_features_incompat & in xfs_mount_validate_sb() [all …]
|
D | xfs_format.h | 280 #define XFS_SB_VERSION_NUM(sbp) ((sbp)->sb_versionnum & XFS_SB_VERSION_NUMBITS) argument 285 static inline bool xfs_sb_good_v4_features(struct xfs_sb *sbp) in xfs_sb_good_v4_features() argument 287 if (!(sbp->sb_versionnum & XFS_SB_VERSION_DIRV2BIT)) in xfs_sb_good_v4_features() 291 if ((sbp->sb_versionnum & ~XFS_SB_VERSION_OKBITS) || in xfs_sb_good_v4_features() 292 ((sbp->sb_versionnum & XFS_SB_VERSION_MOREBITSBIT) && in xfs_sb_good_v4_features() 293 (sbp->sb_features2 & ~XFS_SB_VERSION2_OKBITS))) in xfs_sb_good_v4_features() 299 static inline bool xfs_sb_good_version(struct xfs_sb *sbp) in xfs_sb_good_version() argument 301 if (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_5) in xfs_sb_good_version() 303 if (XFS_SB_VERSION_NUM(sbp) == XFS_SB_VERSION_4) in xfs_sb_good_version() 304 return xfs_sb_good_v4_features(sbp); in xfs_sb_good_version() [all …]
|
D | xfs_sb.h | 33 extern void xfs_sb_mount_common(struct xfs_mount *mp, struct xfs_sb *sbp); 36 extern void xfs_sb_quota_from_disk(struct xfs_sb *sbp);
|
/linux-4.1.27/arch/mips/sibyte/common/ |
D | sb_tbprof.c | 82 static struct sbprof_tb sbp; variable 137 #define TB_FULL (sbp.next_tb_sample == MAX_TB_SAMPLES) 198 sbp.tb_armed = 1; in arm_tb() 207 if (sbp.next_tb_sample < MAX_TB_SAMPLES) { in sbprof_tb_intr() 209 u64 *p = sbp.sbprof_tbbuf[sbp.next_tb_sample++]; in sbprof_tb_intr() 231 if (!sbp.tb_enable) { in sbprof_tb_intr() 235 sbp.tb_armed = 0; in sbprof_tb_intr() 236 wake_up_interruptible(&sbp.tb_sync); in sbprof_tb_intr() 245 sbp.tb_armed = 0; in sbprof_tb_intr() 246 if (!sbp.tb_enable) in sbprof_tb_intr() [all …]
|
/linux-4.1.27/fs/ufs/ |
D | swab.h | 26 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu() argument 28 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs64_to_cpu() 35 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64() argument 37 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in cpu_to_fs64() 44 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu() argument 46 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs32_to_cpu() 53 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32() argument 55 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in cpu_to_fs32() 62 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() argument 64 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs32_add() [all …]
|
/linux-4.1.27/fs/nilfs2/ |
D | the_nilfs.c | 39 static int nilfs_valid_sb(struct nilfs_super_block *sbp); 113 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_load_super_root() local 124 dat_entry_size = le16_to_cpu(sbp[0]->s_dat_entry_size); in nilfs_load_super_root() 125 checkpoint_size = le16_to_cpu(sbp[0]->s_checkpoint_size); in nilfs_load_super_root() 126 segment_usage_size = le16_to_cpu(sbp[0]->s_segment_usage_size); in nilfs_load_super_root() 184 struct nilfs_super_block *sbp) in nilfs_store_log_cursor() argument 188 nilfs->ns_last_pseg = le64_to_cpu(sbp->s_last_pseg); in nilfs_store_log_cursor() 189 nilfs->ns_last_cno = le64_to_cpu(sbp->s_last_cno); in nilfs_store_log_cursor() 190 nilfs->ns_last_seq = le64_to_cpu(sbp->s_last_seq); in nilfs_store_log_cursor() 235 struct nilfs_super_block **sbp = nilfs->ns_sbp; in load_nilfs() local [all …]
|
D | super.c | 81 struct nilfs_super_block **sbp; in nilfs_set_error() local 86 sbp = nilfs_prepare_super(sb, 0); in nilfs_set_error() 87 if (likely(sbp)) { in nilfs_set_error() 88 sbp[0]->s_state |= cpu_to_le16(NILFS_ERROR_FS); in nilfs_set_error() 89 if (sbp[1]) in nilfs_set_error() 90 sbp[1]->s_state |= cpu_to_le16(NILFS_ERROR_FS); in nilfs_set_error() 218 struct nilfs_super_block *sbp = nilfs->ns_sbp[0]; in nilfs_sync_super() local 237 sbp = nilfs->ns_sbp[1]; in nilfs_sync_super() 241 nilfs->ns_prot_seq = le64_to_cpu(sbp->s_last_seq); in nilfs_sync_super() 248 void nilfs_set_log_cursor(struct nilfs_super_block *sbp, in nilfs_set_log_cursor() argument [all …]
|
D | sysfs.c | 857 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_revision_show() local 858 u32 major = le32_to_cpu(sbp[0]->s_rev_level); in nilfs_dev_revision_show() 859 u16 minor = le16_to_cpu(sbp[0]->s_minor_rev_level); in nilfs_dev_revision_show() 877 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_device_size_show() local 878 u64 dev_size = le64_to_cpu(sbp[0]->s_dev_size); in nilfs_dev_device_size_show() 900 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_uuid_show() local 902 return snprintf(buf, PAGE_SIZE, "%pUb\n", sbp[0]->s_uuid); in nilfs_dev_uuid_show() 910 struct nilfs_super_block **sbp = nilfs->ns_sbp; in nilfs_dev_volume_name_show() local 912 return scnprintf(buf, sizeof(sbp[0]->s_volume_name), "%s\n", in nilfs_dev_volume_name_show() 913 sbp[0]->s_volume_name); in nilfs_dev_volume_name_show()
|
D | segment.c | 2301 struct nilfs_super_block **sbp; in nilfs_segctor_construct() local 2318 sbp = nilfs_prepare_super(sci->sc_super, in nilfs_segctor_construct() 2320 if (likely(sbp)) { in nilfs_segctor_construct() 2321 nilfs_set_log_cursor(sbp[0], nilfs); in nilfs_segctor_construct()
|
/linux-4.1.27/fs/freevxfs/ |
D | vxfs_super.c | 78 vxfs_put_super(struct super_block *sbp) in vxfs_put_super() argument 80 struct vxfs_sb_info *infp = VXFS_SBI(sbp); in vxfs_put_super() 148 static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent) in vxfs_fill_super() argument 157 sbp->s_flags |= MS_RDONLY; in vxfs_fill_super() 165 bsize = sb_min_blocksize(sbp, BLOCK_SIZE); in vxfs_fill_super() 171 bp = sb_bread(sbp, 1); in vxfs_fill_super() 198 sbp->s_magic = rsbp->vs_magic; in vxfs_fill_super() 199 sbp->s_fs_info = infp; in vxfs_fill_super() 206 if (!sb_set_blocksize(sbp, rsbp->vs_bsize)) { in vxfs_fill_super() 211 if (vxfs_read_olt(sbp, bsize)) { in vxfs_fill_super() [all …]
|
D | vxfs_olt.c | 57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() argument 59 BUG_ON(sbp->s_blocksize % bsize); in vxfs_oblock() 60 return (block * (sbp->s_blocksize / bsize)); in vxfs_oblock() 77 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt() argument 79 struct vxfs_sb_info *infp = VXFS_SBI(sbp); in vxfs_read_olt() 85 bp = sb_bread(sbp, vxfs_oblock(sbp, infp->vsi_oltext, bsize)); in vxfs_read_olt() 106 eaddr = bp->b_data + (infp->vsi_oltsize * sbp->s_blocksize); in vxfs_read_olt()
|
D | vxfs_fshead.c | 107 vxfs_read_fshead(struct super_block *sbp) in vxfs_read_fshead() argument 109 struct vxfs_sb_info *infp = VXFS_SBI(sbp); in vxfs_read_fshead() 113 vip = vxfs_blkiget(sbp, infp->vsi_iext, infp->vsi_fshino); in vxfs_read_fshead() 130 infp->vsi_fship = vxfs_get_fake_inode(sbp, vip); in vxfs_read_fshead() 156 tip = vxfs_blkiget(sbp, infp->vsi_iext, sfp->fsh_ilistino[0]); in vxfs_read_fshead() 160 infp->vsi_stilist = vxfs_get_fake_inode(sbp, tip); in vxfs_read_fshead() 172 tip = vxfs_stiget(sbp, pfp->fsh_ilistino[0]); in vxfs_read_fshead() 175 infp->vsi_ilist = vxfs_get_fake_inode(sbp, tip); in vxfs_read_fshead()
|
D | vxfs_inode.c | 88 vxfs_blkiget(struct super_block *sbp, u_long extent, ino_t ino) in vxfs_blkiget() argument 93 block = extent + ((ino * VXFS_ISIZE) / sbp->s_blocksize); in vxfs_blkiget() 94 offset = ((ino % (sbp->s_blocksize / VXFS_ISIZE)) * VXFS_ISIZE); in vxfs_blkiget() 95 bp = sb_bread(sbp, block); in vxfs_blkiget() 174 vxfs_stiget(struct super_block *sbp, ino_t ino) in vxfs_stiget() argument 178 vip = __vxfs_iget(ino, VXFS_SBI(sbp)->vsi_stilist); in vxfs_stiget() 258 vxfs_get_fake_inode(struct super_block *sbp, struct vxfs_inode_info *vip) in vxfs_get_fake_inode() argument 262 if ((ip = new_inode(sbp))) { in vxfs_get_fake_inode() 293 vxfs_iget(struct super_block *sbp, ino_t ino) in vxfs_iget() argument 299 ip = iget_locked(sbp, ino); in vxfs_iget() [all …]
|
D | vxfs_lookup.c | 48 #define VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_CACHE_SIZE / (sbp)->s_blocksize)) argument 241 struct super_block *sbp = ip->i_sb; in vxfs_readdir() local 242 u_long bsize = sbp->s_blocksize; in vxfs_readdir() 263 pblocks = VXFS_BLOCK_PER_PAGE(sbp); in vxfs_readdir() 267 block = (u_long)(pos >> sbp->s_blocksize_bits) % pblocks; in vxfs_readdir()
|
D | vxfs_inode.h | 52 #define VXFS_TYPED_PER_BLOCK(sbp) \ argument 53 ((sbp)->s_blocksize / sizeof(struct vxfs_typed))
|
D | vxfs.h | 260 #define VXFS_SBI(sbp) \ argument 261 ((struct vxfs_sb_info *)(sbp)->s_fs_info)
|
/linux-4.1.27/fs/xfs/ |
D | xfs_mount.c | 157 xfs_sb_t *sbp, in xfs_sb_validate_fsb_count() argument 160 ASSERT(PAGE_SHIFT >= sbp->sb_blocklog); in xfs_sb_validate_fsb_count() 161 ASSERT(sbp->sb_blocklog >= BBSHIFT); in xfs_sb_validate_fsb_count() 164 if (nblocks >> (PAGE_CACHE_SHIFT - sbp->sb_blocklog) > ULONG_MAX) in xfs_sb_validate_fsb_count() 180 xfs_sb_t *sbp = &mp->m_sb; in xfs_initialize_perag() local 227 agino = XFS_OFFBNO_TO_AGINO(mp, sbp->sb_agblocks - 1, 0); in xfs_initialize_perag() 265 struct xfs_sb *sbp = &mp->m_sb; in xfs_readsb() local 303 xfs_sb_from_disk(sbp, XFS_BUF_TO_SBP(bp)); in xfs_readsb() 309 if (sbp->sb_magicnum != XFS_SB_MAGIC) { in xfs_readsb() 319 if (sector_size > sbp->sb_sectsize) { in xfs_readsb() [all …]
|
D | xfs_attr_list.c | 72 xfs_attr_sf_sort_t *sbuf, *sbp; in xfs_attr_shortform_list() local 135 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP | KM_NOFS); in xfs_attr_shortform_list() 153 sbp->entno = i; in xfs_attr_shortform_list() 154 sbp->hash = xfs_da_hashname(sfe->nameval, sfe->namelen); in xfs_attr_shortform_list() 155 sbp->name = sfe->nameval; in xfs_attr_shortform_list() 156 sbp->namelen = sfe->namelen; in xfs_attr_shortform_list() 158 sbp->valuelen = sfe->valuelen; in xfs_attr_shortform_list() 159 sbp->flags = sfe->flags; in xfs_attr_shortform_list() 161 sbp++; in xfs_attr_shortform_list() 176 for (sbp = sbuf, i = 0; i < nsbuf; i++, sbp++) { in xfs_attr_shortform_list() [all …]
|
D | xfs_rtalloc.c | 903 xfs_sb_t *sbp; /* old superblock */ in xfs_growfs_rt() local 906 sbp = &mp->m_sb; in xfs_growfs_rt() 913 (nrblocks = in->newblocks) <= sbp->sb_rblocks || in xfs_growfs_rt() 914 (sbp->sb_rblocks && (in->extsize != sbp->sb_rextsize))) in xfs_growfs_rt() 916 if ((error = xfs_sb_validate_fsb_count(sbp, nrblocks))) in xfs_growfs_rt() 933 nrbmblocks = howmany_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt() 971 for (bmbno = sbp->sb_rbmblocks - in xfs_growfs_rt() 972 ((sbp->sb_rextents & ((1 << mp->m_blkbit_log) - 1)) != 0); in xfs_growfs_rt() 1033 if (sbp->sb_rbmblocks != nsbp->sb_rbmblocks || in xfs_growfs_rt() 1042 if (nsbp->sb_rextsize != sbp->sb_rextsize) in xfs_growfs_rt() [all …]
|
D | xfs_trans.c | 406 xfs_dsb_t *sbp; in xfs_trans_apply_sb_deltas() local 411 sbp = XFS_BUF_TO_SBP(bp); in xfs_trans_apply_sb_deltas() 425 be64_add_cpu(&sbp->sb_icount, tp->t_icount_delta); in xfs_trans_apply_sb_deltas() 427 be64_add_cpu(&sbp->sb_ifree, tp->t_ifree_delta); in xfs_trans_apply_sb_deltas() 429 be64_add_cpu(&sbp->sb_fdblocks, tp->t_fdblocks_delta); in xfs_trans_apply_sb_deltas() 431 be64_add_cpu(&sbp->sb_fdblocks, tp->t_res_fdblocks_delta); in xfs_trans_apply_sb_deltas() 435 be64_add_cpu(&sbp->sb_frextents, tp->t_frextents_delta); in xfs_trans_apply_sb_deltas() 437 be64_add_cpu(&sbp->sb_frextents, tp->t_res_frextents_delta); in xfs_trans_apply_sb_deltas() 440 be64_add_cpu(&sbp->sb_dblocks, tp->t_dblocks_delta); in xfs_trans_apply_sb_deltas() 444 be32_add_cpu(&sbp->sb_agcount, tp->t_agcount_delta); in xfs_trans_apply_sb_deltas() [all …]
|
D | xfs_super.c | 585 xfs_sb_t *sbp = &mp->m_sb; in xfs_set_inode32() local 597 icount = sbp->sb_dblocks * sbp->sb_imax_pct; in xfs_set_inode32() 599 icount += sbp->sb_agblocks - 1; in xfs_set_inode32() 600 do_div(icount, sbp->sb_agblocks); in xfs_set_inode32() 606 agino = XFS_OFFBNO_TO_AGINO(mp, sbp->sb_agblocks - 1, 0); in xfs_set_inode32() 1050 xfs_sb_t *sbp = &mp->m_sb; in xfs_fs_statfs() local 1071 statp->f_bsize = sbp->sb_blocksize; in xfs_fs_statfs() 1072 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0; in xfs_fs_statfs() 1073 statp->f_blocks = sbp->sb_dblocks - lsize; in xfs_fs_statfs() 1079 fakeinos = statp->f_bfree << sbp->sb_inopblog; in xfs_fs_statfs() [all …]
|
D | xfs_bmap_util.c | 1674 xfs_bstat_t *sbp = &sxp->sx_stat; in xfs_swap_extents() local 1762 if ((sbp->bs_ctime.tv_sec != VFS_I(ip)->i_ctime.tv_sec) || in xfs_swap_extents() 1763 (sbp->bs_ctime.tv_nsec != VFS_I(ip)->i_ctime.tv_nsec) || in xfs_swap_extents() 1764 (sbp->bs_mtime.tv_sec != VFS_I(ip)->i_mtime.tv_sec) || in xfs_swap_extents() 1765 (sbp->bs_mtime.tv_nsec != VFS_I(ip)->i_mtime.tv_nsec)) { in xfs_swap_extents()
|
D | xfs_log_recover.c | 4423 xfs_sb_t *sbp; in xlog_do_recover() local 4472 sbp = &log->l_mp->m_sb; in xlog_do_recover() 4473 xfs_sb_from_disk(sbp, XFS_BUF_TO_SBP(bp)); in xlog_do_recover() 4474 ASSERT(sbp->sb_magicnum == XFS_SB_MAGIC); in xlog_do_recover() 4475 ASSERT(xfs_sb_good_version(sbp)); in xlog_do_recover()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_sys.c | 29 card->options.sbp.supported_funcs) in qeth_bridge_port_role_state_show() 31 &card->options.sbp.role, &state); in qeth_bridge_port_role_state_show() 45 switch (card->options.sbp.role) { in qeth_bridge_port_role_state_show() 57 card->options.sbp.role, state); in qeth_bridge_port_role_state_show() 96 card->options.sbp.role = role; in qeth_bridge_port_role_store() 98 card->options.sbp.role = role; in qeth_bridge_port_role_store() 128 enabled = card->options.sbp.hostnotification; in qeth_bridgeport_hostnotification_show() 157 card->options.sbp.hostnotification = enable; in qeth_bridgeport_hostnotification_store() 159 card->options.sbp.hostnotification = enable; in qeth_bridgeport_hostnotification_store() 203 if (!card->options.sbp.supported_funcs) in qeth_l2_setup_bridgeport_attrs() [all …]
|
D | qeth_l2_main.c | 995 if (card->options.sbp.supported_funcs) in __qeth_l2_set_online() 1251 if (cmd->data.sbp.hdr.command_code == in qeth_l2_control_event() 1476 data->card->options.sbp.role = entry->role; in qeth_bridge_state_change_worker() 1499 &cmd->data.sbp.data.state_change; in qeth_bridge_state_change() 1544 data->card->options.sbp.hostnotification = 0; in qeth_bridge_host_event_worker() 1698 cbctl->cmd_rc = cmd->data.sbp.hdr.return_code; in qeth_bridgeport_query_support_cb() 1701 cmd->data.sbp.data.query_cmds_supp.supported_cmds; in qeth_bridgeport_query_support_cb() 1726 cmd->data.sbp.hdr.cmdlength = in qeth_bridgeport_query_support() 1729 cmd->data.sbp.hdr.command_code = in qeth_bridgeport_query_support() 1731 cmd->data.sbp.hdr.used_total = 1; in qeth_bridgeport_query_support() [all …]
|
D | qeth_core_mpc.h | 669 struct qeth_ipacmd_setbridgeport sbp; member
|
D | qeth_core.h | 688 struct qeth_sbp_info sbp; /* SETBRIDGEPORT options */ member
|
D | qeth_core_main.c | 5135 card->options.sbp.supported_funcs = 0; in qeth_core_hardsetup_card()
|
/linux-4.1.27/fs/reiserfs/ |
D | reiserfs.h | 115 #define sb_block_count(sbp) (le32_to_cpu((sbp)->s_v1.s_block_count)) argument 116 #define set_sb_block_count(sbp,v) ((sbp)->s_v1.s_block_count = cpu_to_le32(v)) argument 117 #define sb_free_blocks(sbp) (le32_to_cpu((sbp)->s_v1.s_free_blocks)) argument 118 #define set_sb_free_blocks(sbp,v) ((sbp)->s_v1.s_free_blocks = cpu_to_le32(v)) argument 119 #define sb_root_block(sbp) (le32_to_cpu((sbp)->s_v1.s_root_block)) argument 120 #define set_sb_root_block(sbp,v) ((sbp)->s_v1.s_root_block = cpu_to_le32(v)) argument 122 #define sb_jp_journal_1st_block(sbp) \ argument 123 (le32_to_cpu((sbp)->s_v1.s_journal.jp_journal_1st_block)) 124 #define set_sb_jp_journal_1st_block(sbp,v) \ argument 125 ((sbp)->s_v1.s_journal.jp_journal_1st_block = cpu_to_le32(v)) [all …]
|
/linux-4.1.27/drivers/target/ |
D | Makefile | 31 obj-$(CONFIG_SBP_TARGET) += sbp/
|
D | Kconfig | 45 source "drivers/target/sbp/Kconfig"
|
/linux-4.1.27/drivers/target/sbp/ |
D | Kconfig | 11 called sbp-target.
|
D | sbp_target.c | 2281 TF_WWN_ATTR_RO(sbp, version); 2382 TF_TPG_BASE_ATTR(sbp, directory_id, S_IRUGO | S_IWUSR); 2383 TF_TPG_BASE_ATTR(sbp, enable, S_IRUGO | S_IWUSR); 2493 TF_TPG_ATTRIB_ATTR(sbp, mgt_orb_timeout, S_IRUGO | S_IWUSR); 2494 TF_TPG_ATTRIB_ATTR(sbp, max_reconnect_timeout, S_IRUGO | S_IWUSR); 2495 TF_TPG_ATTRIB_ATTR(sbp, max_logins_per_lun, S_IRUGO | S_IWUSR);
|
/linux-4.1.27/include/scsi/ |
D | sg.h | 54 void __user *sbp; /* [i], [*o] points to sense_buffer memory */ member
|
/linux-4.1.27/block/ |
D | scsi_ioctl.c | 270 if (rq->sense_len && hdr->sbp) { in blk_complete_sghdr_rq() 273 if (!copy_to_user(hdr->sbp, rq->sense, len)) in blk_complete_sghdr_rq() 642 hdr.sbp = cgc.sense; in scsi_cmd_ioctl() 643 if (hdr.sbp) in scsi_cmd_ioctl()
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 237 compat_uptr_t sbp; /* [i], [*o] points to sense_buffer memory */ member 328 unsigned char __user *sbp; in sg_ioctl_trans() local 334 if (get_user(data, &sgio32->sbp)) in sg_ioctl_trans() 336 sbp = compat_ptr(data); in sg_ioctl_trans() 339 put_user(sbp, &sgio->sbp)) in sg_ioctl_trans()
|
/linux-4.1.27/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 52 http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm
|
/linux-4.1.27/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 52 http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 693 struct superblock_smack *sbp = dentry->d_sb->s_security; in smack_sb_statfs() local 700 rc = smk_curacc(sbp->smk_floor, MAY_READ, &ad); in smack_sb_statfs() 701 rc = smk_bu_current("statfs", sbp->smk_floor, MAY_READ, rc); in smack_sb_statfs() 1284 struct super_block *sbp; in smack_inode_getsecurity() local 1300 sbp = ip->i_sb; in smack_inode_getsecurity() 1301 if (sbp->s_magic != SOCKFS_MAGIC) in smack_inode_getsecurity() 3060 struct super_block *sbp; in smack_d_instantiate() local 3084 sbp = inode->i_sb; in smack_d_instantiate() 3085 sbsp = sbp->s_security; in smack_d_instantiate() 3099 switch (sbp->s_magic) { in smack_d_instantiate() [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 557 if ((hp->mx_sb_len > 0) && hp->sbp) { in sg_new_read() 564 if (copy_to_user(hp->sbp, srp->sense_b, len)) { in sg_new_read() 660 hp->sbp = NULL; in sg_write()
|
/linux-4.1.27/drivers/block/ |
D | skd_main.c | 1427 if (!access_ok(VERIFY_WRITE, sgp->sbp, sgp->mx_sb_len)) { in skd_sg_io_get_and_check_args() 1429 skdev->name, __func__, __LINE__, sgp->sbp); in skd_sg_io_get_and_check_args() 1814 if (__copy_to_user(sgp->sbp, ei, nbytes)) { in skd_sg_io_put_status() 1817 sgp->sbp); in skd_sg_io_put_status()
|
D | nvme-scsi.c | 479 if (copy_to_user(hdr->sbp, resp, xfer_len) > 0) in nvme_trans_completion()
|
/linux-4.1.27/ |
D | MAINTAINERS | 4052 F: drivers/target/sbp/
|