Searched refs:bs1 (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_itable.c | 331 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat() argument 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->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat() [all …]
|
D | xfs_itable.h | 58 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
|
D | xfs_ioctl32.c | 163 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()
|
D | xfs_ioctl.c | 637 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()
|
/linux-6.6.21/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 | 1426 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 - NETIUCV_HDRLEN - NETIUCV_HDRLEN; in buffer_write()
|
/linux-6.6.21/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()
|
/linux-6.6.21/Documentation/RCU/ |
D | RTFP.txt | 1206 Kaigai's patch is at https://lore.kernel.org/r/200409271057.i8RAvcA1007873@mailsv.bs1.fc.nec.co.jp
|