/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_offset.c | 51 u64 swidth; in lov_stripe_size() local 59 lsm_op_find(magic)->lsm_stripe_by_index(lsm, &stripeno, NULL, &swidth); in lov_stripe_size() 64 lov_size = ost_size * swidth + stripeno * ssize + stripe_size; in lov_stripe_size() 66 lov_size = (ost_size - 1) * swidth + (stripeno + 1) * ssize; in lov_stripe_size() 123 u64 stripe_off, this_stripe, swidth; in lov_stripe_offset() local 135 &swidth); in lov_stripe_offset() 138 stripe_off = lov_do_div64(lov_off, swidth); in lov_stripe_offset() 180 u64 stripe_off, this_stripe, swidth; in lov_size_to_stripe() local 188 &swidth); in lov_size_to_stripe() 191 stripe_off = lov_do_div64(file_size, swidth); in lov_size_to_stripe() [all …]
|
D | lov_ea.c | 146 u64 *lov_off, u64 *swidth) in lsm_stripe_by_index_plain() argument 148 if (swidth) in lsm_stripe_by_index_plain() 149 *swidth = (u64)lsm->lsm_stripe_size * lsm->lsm_stripe_count; in lsm_stripe_by_index_plain() 154 u64 *lov_off, u64 *swidth) in lsm_stripe_by_offset_plain() argument 156 if (swidth) in lsm_stripe_by_offset_plain() 157 *swidth = (u64)lsm->lsm_stripe_size * lsm->lsm_stripe_count; in lsm_stripe_by_offset_plain()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 88 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument 99 if (win->left + win->width > swidth) { in btcx_screen_clips() 101 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
|
D | btcx-risc.h | 19 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
D | bttv-risc.c | 343 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local 348 swidth = 720; in bttv_calc_geo_old() 355 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old() 358 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old() 396 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo() 848 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
|
D | bttvp.h | 93 u16 swidth, sheight; /* scaled standard width, height */ member
|
D | bttv-driver.c | 268 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument 280 .cropcap.defrect.width = swidth, \ 293 .swidth = 924, 327 .swidth = 768, 354 .swidth = 924, 380 .swidth = 640, 406 .swidth = 640, 432 .swidth = 768, 458 .swidth = 640, 487 .swidth = 924,
|
/linux-4.1.27/drivers/media/common/ |
D | btcx-risc.h | 21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs.txt | 123 "swidth" specified will return the "swidth" value (in bytes) 124 in st_blksize. If the filesystem does not have a "swidth" 163 with non-zero data alignment parameters (sunit, swidth) by 196 sunit=value and swidth=value 202 The sunit and swidth parameters specified must be compatible 205 increasing it by a power-of-2 multiple. Valid swidth values
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 174 __u32 swidth; /* stripe width, fsblocks */ member 200 __u32 swidth; /* stripe width, fsblocks */ member
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-core.c | 660 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local 672 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale() 676 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth); in cx88_set_scale() 678 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.h | 205 __u32 swidth; /* stripe width, fsblocks */ member
|
D | xfs_fsops.c | 73 geo->swidth = mp->m_sb.sb_width; in xfs_fs_geometry()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_overlay.c | 712 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local 766 swidth = params->src_w; in intel_overlay_do_put_image() 776 swidth |= (params->src_w/uv_hscale) << 16; in intel_overlay_do_put_image() 788 iowrite32(swidth, ®s->SWIDTH); in intel_overlay_do_put_image()
|
/linux-4.1.27/drivers/media/pci/ngene/ |
D | ngene.h | 610 u16 swidth, sheight; /* scaled standard width, height */ member
|