Home
last modified time | relevance | path

Searched refs:bs1 (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_itable.c272 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat()
276 memset(bs1, 0, sizeof(struct xfs_bstat)); in xfs_bulkstat_to_bstat()
277 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
278 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
279 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat()
280 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()
281 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()
282 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()
283 bs1->bs_blksize = bstat->bs_blksize; in xfs_bulkstat_to_bstat()
284 bs1 in xfs_bulkstat_to_bstat()
270 xfs_bulkstat_to_bstat( struct xfs_mount *mp, struct xfs_bstat *bs1, const struct xfs_bulkstat *bstat) xfs_bulkstat_to_bstat() argument
[all...]
H A Dxfs_itable.h54 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
H A Dxfs_ioctl32.c177 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt_compat() local
178 struct xfs_bstat *buffer = &bs1; in xfs_fsbulkstat_one_fmt_compat()
180 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt_compat()
H A Dxfs_ioctl.c715 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() local
717 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
718 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1))) in xfs_fsbulkstat_one_fmt()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_itable.c331 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat()
335 memset(bs1, 0, sizeof(struct xfs_bstat)); in xfs_bulkstat_to_bstat()
336 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
337 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
338 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat()
339 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()
340 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()
341 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()
342 bs1->bs_blksize = bstat->bs_blksize; in xfs_bulkstat_to_bstat()
343 bs1 in xfs_bulkstat_to_bstat()
329 xfs_bulkstat_to_bstat( struct xfs_mount *mp, struct xfs_bstat *bs1, const struct xfs_bulkstat *bstat) xfs_bulkstat_to_bstat() argument
[all...]
H A Dxfs_itable.h58 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
H A Dxfs_ioctl32.c163 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt_compat() local
164 struct xfs_bstat *buffer = &bs1; in xfs_fsbulkstat_one_fmt_compat()
166 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt_compat()
H A Dxfs_ioctl.c637 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() local
639 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
640 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1))) in xfs_fsbulkstat_one_fmt()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dctcm_sysfs.c38 unsigned int bs1; in ctcm_buffer_write() local
49 rc = kstrtouint(buf, 0, &bs1); in ctcm_buffer_write()
52 if (bs1 > CTCM_BUFSIZE_LIMIT) in ctcm_buffer_write()
54 if (bs1 < (576 + LL_HEADER_LENGTH + 2)) in ctcm_buffer_write()
56 priv->buffer_size = bs1; /* just to overwrite the default */ in ctcm_buffer_write()
59 (bs1 < (ndev->mtu + LL_HEADER_LENGTH + 2))) in ctcm_buffer_write()
62 priv->channel[CTCM_READ]->max_bufsize = bs1; in ctcm_buffer_write()
63 priv->channel[CTCM_WRITE]->max_bufsize = bs1; in ctcm_buffer_write()
65 ndev->mtu = bs1 - LL_HEADER_LENGTH - 2; in ctcm_buffer_write()
H A Dnetiucv.c1438 unsigned int bs1; in buffer_write() local
1445 rc = kstrtouint(buf, 0, &bs1); in buffer_write()
1452 if ((rc == -ERANGE) || (bs1 > NETIUCV_BUFSIZE_MAX)) { in buffer_write()
1455 bs1); in buffer_write()
1459 (bs1 < (ndev->mtu + NETIUCV_HDRLEN + 2))) { in buffer_write()
1462 bs1); in buffer_write()
1465 if (bs1 < (576 + NETIUCV_HDRLEN + NETIUCV_HDRLEN)) { in buffer_write()
1468 bs1); in buffer_write()
1472 priv->conn->max_buffsize = bs1; in buffer_write()
1474 ndev->mtu = bs1 in buffer_write()
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dctcm_sysfs.c38 unsigned int bs1; in ctcm_buffer_write() local
49 rc = kstrtouint(buf, 0, &bs1); in ctcm_buffer_write()
52 if (bs1 > CTCM_BUFSIZE_LIMIT) in ctcm_buffer_write()
54 if (bs1 < (576 + LL_HEADER_LENGTH + 2)) in ctcm_buffer_write()
56 priv->buffer_size = bs1; /* just to overwrite the default */ in ctcm_buffer_write()
59 (bs1 < (ndev->mtu + LL_HEADER_LENGTH + 2))) in ctcm_buffer_write()
62 priv->channel[CTCM_READ]->max_bufsize = bs1; in ctcm_buffer_write()
63 priv->channel[CTCM_WRITE]->max_bufsize = bs1; in ctcm_buffer_write()
65 ndev->mtu = bs1 - LL_HEADER_LENGTH - 2; in ctcm_buffer_write()
H A Dnetiucv.c1426 unsigned int bs1; in buffer_write() local
1433 rc = kstrtouint(buf, 0, &bs1); in buffer_write()
1440 if ((rc == -ERANGE) || (bs1 > NETIUCV_BUFSIZE_MAX)) { in buffer_write()
1443 bs1); in buffer_write()
1447 (bs1 < (ndev->mtu + NETIUCV_HDRLEN + 2))) { in buffer_write()
1450 bs1); in buffer_write()
1453 if (bs1 < (576 + NETIUCV_HDRLEN + NETIUCV_HDRLEN)) { in buffer_write()
1456 bs1); in buffer_write()
1460 priv->conn->max_buffsize = bs1; in buffer_write()
1462 ndev->mtu = bs1 in buffer_write()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmesh.c98 u8 bs1; member
224 tlp->bs1 = ms->mesh->bus_status1; in dlog()
253 t, lp->bs1, lp->bs0, lp->phase); in dumplog()
278 lp->bs1, lp->bs0, lp->phase, lp->tgt); in dumpslog()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmesh.c98 u8 bs1; member
224 tlp->bs1 = ms->mesh->bus_status1; in dlog()
253 t, lp->bs1, lp->bs0, lp->phase); in dumplog()
278 lp->bs1, lp->bs0, lp->phase, lp->tgt); in dumpslog()

Completed in 18 milliseconds