Home
last modified time | relevance | path

Searched refs:swidth (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_offset.c51 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 …]
Dlov_ea.c146 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/
Dbtcx-risc.c88 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()
Dbtcx-risc.h19 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
Dbttv-risc.c343 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()
Dbttvp.h93 u16 swidth, sheight; /* scaled standard width, height */ member
Dbttv-driver.c268 #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/
Dbtcx-risc.h21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
/linux-4.1.27/Documentation/filesystems/
Dxfs.txt123 "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/
Dxfs_fs.h174 __u32 swidth; /* stripe width, fsblocks */ member
200 __u32 swidth; /* stripe width, fsblocks */ member
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-core.c660 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/
Dxfs_ioctl32.h205 __u32 swidth; /* stripe width, fsblocks */ member
Dxfs_fsops.c73 geo->swidth = mp->m_sb.sb_width; in xfs_fs_geometry()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_overlay.c712 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, &regs->SWIDTH); in intel_overlay_do_put_image()
/linux-4.1.27/drivers/media/pci/ngene/
Dngene.h610 u16 swidth, sheight; /* scaled standard width, height */ member