Searched refs:bs1 (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_itable.c | 352 struct xfs_bstat *bs1, in xfs_bulkstat_to_bstat() argument 356 memset(bs1, 0, sizeof(struct xfs_bstat)); in xfs_bulkstat_to_bstat() 357 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat() 358 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat() 359 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat() 360 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat() 361 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat() 362 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat() 363 bs1->bs_blksize = bstat->bs_blksize; in xfs_bulkstat_to_bstat() 364 bs1->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat() [all …]
|
| H A D | xfs_itable.h | 59 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
|
| H A D | xfs_ioctl32.c | 164 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt_compat() local 165 struct xfs_bstat *buffer = &bs1; in xfs_fsbulkstat_one_fmt_compat() 167 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt_compat()
|
| H A D | xfs_ioctl.c | 56 struct xfs_bstat bs1; in xfs_fsbulkstat_one_fmt() local 58 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt() 59 if (copy_to_user(breq->ubuffer, &bs1, sizeof(bs1))) in xfs_fsbulkstat_one_fmt()
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_sysfs.c | 37 unsigned int bs1; in ctcm_buffer_write() local 48 rc = kstrtouint(buf, 0, &bs1); in ctcm_buffer_write() 51 if (bs1 > CTCM_BUFSIZE_LIMIT) in ctcm_buffer_write() 53 if (bs1 < (576 + LL_HEADER_LENGTH + 2)) in ctcm_buffer_write() 55 priv->buffer_size = bs1; /* just to overwrite the default */ in ctcm_buffer_write() 58 (bs1 < (ndev->mtu + LL_HEADER_LENGTH + 2))) in ctcm_buffer_write() 61 priv->channel[CTCM_READ]->max_bufsize = bs1; in ctcm_buffer_write() 62 priv->channel[CTCM_WRITE]->max_bufsize = bs1; in ctcm_buffer_write() 64 ndev->mtu = bs1 - LL_HEADER_LENGTH - 2; in ctcm_buffer_write()
|
| /linux/drivers/scsi/ |
| H A 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/Documentation/RCU/ |
| H A D | RTFP.txt | 1206 Kaigai's patch is at https://lore.kernel.org/r/200409271057.i8RAvcA1007873@mailsv.bs1.fc.nec.co.jp
|