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

/linux-master/fs/xfs/
H A Dxfs_itable.c331 struct xfs_bstat *bs1,
335 memset(bs1, 0, sizeof(struct xfs_bstat));
336 bs1->bs_ino = bstat->bs_ino;
337 bs1->bs_mode = bstat->bs_mode;
338 bs1->bs_nlink = bstat->bs_nlink;
339 bs1->bs_uid = bstat->bs_uid;
340 bs1->bs_gid = bstat->bs_gid;
341 bs1->bs_rdev = bstat->bs_rdev;
342 bs1->bs_blksize = bstat->bs_blksize;
343 bs1
329 xfs_bulkstat_to_bstat( struct xfs_mount *mp, struct xfs_bstat *bs1, const struct xfs_bulkstat *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; local
164 struct xfs_bstat *buffer = &bs1;
166 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat);
H A Dxfs_ioctl.c638 struct xfs_bstat bs1; local
640 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat);
641 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1)))
/linux-master/drivers/s390/net/
H A Dctcm_sysfs.c38 unsigned int bs1; local
49 rc = kstrtouint(buf, 0, &bs1);
52 if (bs1 > CTCM_BUFSIZE_LIMIT)
54 if (bs1 < (576 + LL_HEADER_LENGTH + 2))
56 priv->buffer_size = bs1; /* just to overwrite the default */
59 (bs1 < (ndev->mtu + LL_HEADER_LENGTH + 2)))
62 priv->channel[CTCM_READ]->max_bufsize = bs1;
63 priv->channel[CTCM_WRITE]->max_bufsize = bs1;
65 ndev->mtu = bs1 - LL_HEADER_LENGTH - 2;
H A Dnetiucv.c1426 unsigned int bs1; local
1433 rc = kstrtouint(buf, 0, &bs1);
1440 if ((rc == -ERANGE) || (bs1 > NETIUCV_BUFSIZE_MAX)) {
1443 bs1);
1447 (bs1 < (ndev->mtu + NETIUCV_HDRLEN + 2))) {
1450 bs1);
1453 if (bs1 < (576 + NETIUCV_HDRLEN + NETIUCV_HDRLEN)) {
1456 bs1);
1460 priv->conn->max_buffsize = bs1;
1462 ndev->mtu = bs1
[all...]
/linux-master/drivers/scsi/
H A Dmesh.c98 u8 bs1; member in struct:dbglog
224 tlp->bs1 = ms->mesh->bus_status1;
253 t, lp->bs1, lp->bs0, lp->phase);
278 lp->bs1, lp->bs0, lp->phase, lp->tgt);

Completed in 236 milliseconds