/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_sb.c | 1152 geo->swidth = sbp->sb_width; in xfs_fs_geometry() 1271 __s64 swidth, in xfs_validate_stripe_geometry() argument 1275 if (swidth > INT_MAX) { in xfs_validate_stripe_geometry() 1278 "stripe width (%lld) is too large", swidth); in xfs_validate_stripe_geometry() 1282 if (sunit > swidth) { in xfs_validate_stripe_geometry() 1285 "stripe unit (%lld) is larger than the stripe width (%lld)", sunit, swidth); in xfs_validate_stripe_geometry() 1297 if (sunit && !swidth) { in xfs_validate_stripe_geometry() 1304 if (!sunit && swidth) { in xfs_validate_stripe_geometry() 1307 "invalid stripe width (%lld) and stripe unit of 0", swidth); in xfs_validate_stripe_geometry() 1311 if (sunit && (int)swidth % (int)sunit) { in xfs_validate_stripe_geometry() [all …]
|
A D | xfs_sb.h | 39 __s64 sunit, __s64 swidth, int sectorsize, bool silent);
|
A D | xfs_fs.h | 127 __u32 swidth; /* stripe width, fsblocks */ member 153 __u32 swidth; /* stripe width, fsblocks */ member 180 __u32 swidth; /* stripe width, fsblocks */ member
|
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | btcx-risc.c | 83 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument 94 if (win->left + win->width > swidth) { in btcx_screen_clips() 96 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
|
A D | btcx-risc.h | 20 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
A D | bttv-risc.c | 333 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local 338 swidth = 720; in bttv_calc_geo_old() 345 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old() 348 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old() 386 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo() 837 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
|
A D | bttv-driver.c | 255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument 267 .cropcap.defrect.width = swidth, \ 280 .swidth = 924, 314 .swidth = 768, 341 .swidth = 924, 367 .swidth = 640, 393 .swidth = 640, 419 .swidth = 768, 445 .swidth = 640, 474 .swidth = 924,
|
A D | bttvp.h | 81 u16 swidth, sheight; /* scaled standard width, height */ member
|
/linux-6.3-rc2/drivers/media/common/ |
A D | btcx-risc.h | 22 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
/linux-6.3-rc2/drivers/dma/ |
A D | mpc512x_dma.c | 206 u8 swidth; member 754 if (!IS_ALIGNED(sg_dma_address(sg), mchan->swidth)) in mpc_dma_prep_slave_sg() 757 tcd->soff = mchan->swidth; in mpc_dma_prep_slave_sg() 761 tcd->ssize = buswidth_to_dmatsize(mchan->swidth); in mpc_dma_prep_slave_sg() 766 if (!IS_ALIGNED(tcd->nbytes, mchan->swidth)) in mpc_dma_prep_slave_sg() 863 mchan->swidth = cfg->src_addr_width; in mpc_dma_device_config()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | xfs.rst | 109 ``swidth`` specified will return the ``swidth`` value (in bytes) 110 in ``st_blksize``. If the filesystem does not have a ``swidth`` 149 with non-zero data alignment parameters (``sunit``, ``swidth``) by 182 sunit=value and swidth=value 188 The ``sunit`` and ``swidth`` parameters specified must be compatible 191 increasing it by a power-of-2 multiple. Valid ``swidth`` values
|
/linux-6.3-rc2/drivers/media/pci/cx88/ |
A D | cx88-core.c | 685 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local 697 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale() 701 dprintk(1, "set_scale: hdelay 0x%04x (width %d)\n", value, swidth); in cx88_set_scale() 703 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_ioctl32.h | 160 __u32 swidth; /* stripe width, fsblocks */ member
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_overlay.c | 792 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local 845 swidth = params->src_width; in intel_overlay_do_put_image() 856 swidth |= (params->src_width / uv_hscale) << 16; in intel_overlay_do_put_image() 873 iowrite32(swidth, ®s->SWIDTH); in intel_overlay_do_put_image()
|