Searched refs:swidth (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_sb.c | 1532 geo->swidth = sbp->sb_width; in xfs_fs_geometry() 1671 __s64 swidth, in xfs_validate_stripe_geometry() argument 1676 if (swidth > INT_MAX) { in xfs_validate_stripe_geometry() 1679 "stripe width (%lld) is too large", swidth); in xfs_validate_stripe_geometry() 1683 if (sunit > swidth) { in xfs_validate_stripe_geometry() 1686 "stripe unit (%lld) is larger than the stripe width (%lld)", sunit, swidth); in xfs_validate_stripe_geometry() 1698 if (sunit && !swidth) { in xfs_validate_stripe_geometry() 1705 if (!sunit && swidth) { in xfs_validate_stripe_geometry() 1708 "invalid stripe width (%lld) and stripe unit of 0", swidth); in xfs_validate_stripe_geometry() 1712 if (sunit && (int)swidth % (int)sunit) { in xfs_validate_stripe_geometry() [all …]
|
| H A D | xfs_sb.h | 42 __s64 sunit, __s64 swidth, int sectorsize, bool may_repair,
|
| H A D | xfs_fs.h | 128 __u32 swidth; /* stripe width, fsblocks */ member 154 __u32 swidth; /* stripe width, fsblocks */ member 181 __u32 swidth; /* stripe width, fsblocks */ member
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 244 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local 249 swidth = 720; in bttv_calc_geo_old() 256 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old() 259 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old() 297 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo() 791 bttv_calc_geo(btv, &buf->geo, tvnorm->swidth, tvnorm->sheight, in bttv_buffer_risc()
|
| H A D | bttvp.h | 80 u16 swidth, sheight; /* scaled standard width, height */ member
|
| /linux/drivers/media/pci/cx88/ |
| H 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/fs/xfs/ |
| H A D | xfs_ioctl32.h | 160 __u32 swidth; /* stripe width, fsblocks */ member
|
| /linux/Documentation/admin-guide/ |
| H A D | xfs.rst | 87 ``swidth`` specified will return the ``swidth`` value (in bytes) 88 in ``st_blksize``. If the filesystem does not have a ``swidth`` 154 with non-zero data alignment parameters (``sunit``, ``swidth``) by 187 sunit=value and swidth=value 193 The ``sunit`` and ``swidth`` parameters specified must be compatible 196 increasing it by a power-of-2 multiple. Valid ``swidth`` values
|