| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A 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 …]
|
| H A D | xfs_itable.h | 54 void xfs_bulkstat_to_bstat(struct xfs_mount *mp, struct xfs_bstat *bs1,
|
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A 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()
|
| H A D | netiucv.c | 1445 unsigned int bs1; in buffer_write() local 1452 rc = kstrtouint(buf, 0, &bs1); in buffer_write() 1459 if ((rc == -ERANGE) || (bs1 > NETIUCV_BUFSIZE_MAX)) { in buffer_write() 1462 bs1); in buffer_write() 1466 (bs1 < (ndev->mtu + NETIUCV_HDRLEN + 2))) { in buffer_write() 1469 bs1); in buffer_write() 1472 if (bs1 < (576 + NETIUCV_HDRLEN + NETIUCV_HDRLEN)) { in buffer_write() 1475 bs1); in buffer_write() 1479 priv->conn->max_buffsize = bs1; in buffer_write() 1481 ndev->mtu = bs1 - NETIUCV_HDRLEN - NETIUCV_HDRLEN; in buffer_write()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | buildstats.py | 286 def diff_buildstats(bs1, bs2, stat_attr, min_val=None, min_absdiff=None, only_tasks=[]): argument 289 pkgs = set(bs1.keys()).union(set(bs2.keys())) 291 tasks1 = bs1[pkg].tasks if pkg in bs1 else {} 307 val1 = getattr(bs1[pkg].tasks[task], stat_attr) 337 def __init__(self, bs1, bs2): argument 340 recipes1 = set(bs1.keys()) 344 self.dropped = dict([(r, bs1[r]) for r in sorted(recipes1 - recipes2)]) 354 rdiff = RecipeVerDiff(bs1[recipe], bs2[recipe]) 355 if bs1[recipe].epoch != bs2[recipe].epoch: 357 elif bs1[recipe].version != bs2[recipe].version: [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | buildstats-diff | 71 def print_ver_diff(bs1, bs2): argument 74 diff = BSVerDiff(bs1, bs2) 76 maxlen = max([len(r) for r in set(bs1.keys()).union(set(bs2.keys()))]) 117 def print_task_diff(bs1, bs2, val_type, min_val=0, min_absdiff=0, sort_by=('absdiff',), only_tasks=… argument 167 tasks_diff = diff_buildstats(bs1, bs2, val_type, min_val, min_absdiff, only_tasks) 202 total1 = sum_vals(bs1) 288 bs1 = read_buildstats(args.buildstats1, args.multi) 292 print_ver_diff(bs1, bs2) 294 print_task_diff(bs1, bs2, args.diff_attr, args.min_val,
|
| H A D | oe-build-perf-report | 262 def __init__(self, bs1, bs2): argument 264 'change': '{:+d}'.format(bs2.num_tasks - bs1.num_tasks)} 270 tasks_diff = diff_buildstats(bs1, bs2, 'cputime') 282 ver_diff = BSVerDiff(bs1, bs2)
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |