Searched refs:bs1 (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_itable.c | 272 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat() argument 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->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat() [all …]
|
D | xfs_itable.h | 54 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
|
D | xfs_ioctl32.c | 177 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()
|
D | xfs_ioctl.c | 715 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-5.10/drivers/s390/net/ |
D | ctcm_sysfs.c | 38 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()
|
D | netiucv.c | 1438 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 - NETIUCV_HDRLEN - NETIUCV_HDRLEN; in buffer_write()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | mesh.c | 98 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()
|