Home
last modified time | relevance | path

Searched refs:bstat (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_itable.c273 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat() argument
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()
285 bs1->bs_atime.tv_sec = bstat->bs_atime; in xfs_bulkstat_to_bstat()
[all …]
H A Dxfs_ioctl32.c125 struct xfs_bstat *bstat, in xfs_ioctl32_bstat_copyin() argument
128 if (get_user(bstat->bs_ino, &bstat32->bs_ino) || in xfs_ioctl32_bstat_copyin()
129 get_user(bstat->bs_mode, &bstat32->bs_mode) || in xfs_ioctl32_bstat_copyin()
130 get_user(bstat->bs_nlink, &bstat32->bs_nlink) || in xfs_ioctl32_bstat_copyin()
131 get_user(bstat->bs_uid, &bstat32->bs_uid) || in xfs_ioctl32_bstat_copyin()
132 get_user(bstat->bs_gid, &bstat32->bs_gid) || in xfs_ioctl32_bstat_copyin()
133 get_user(bstat->bs_rdev, &bstat32->bs_rdev) || in xfs_ioctl32_bstat_copyin()
134 get_user(bstat->bs_blksize, &bstat32->bs_blksize) || in xfs_ioctl32_bstat_copyin()
135 get_user(bstat->bs_size, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
136 xfs_ioctl32_bstime_copyin(&bstat->bs_atime, &bstat32->bs_atime) || in xfs_ioctl32_bstat_copyin()
[all …]
H A Dxfs_itable.h50 const struct xfs_bulkstat *bstat);
55 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl.h64 const struct xfs_bulkstat *bstat);
H A Dxfs_ioctl.c713 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt() argument
717 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
817 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt() argument
819 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Drstat.c322 cur.cputime = rstatc->bstat.cputime; in cgroup_base_stat_flush()
328 cgroup_base_stat_add(&cgrp->bstat, &delta); in cgroup_base_stat_flush()
333 delta = cgrp->bstat; in cgroup_base_stat_flush()
335 cgroup_base_stat_add(&parent->bstat, &delta); in cgroup_base_stat_flush()
363 rstatc->bstat.cputime.sum_exec_runtime += delta_exec; in __cgroup_account_cputime()
377 rstatc->bstat.cputime.utime += delta_exec; in __cgroup_account_cputime_field()
382 rstatc->bstat.cputime.stime += delta_exec; in __cgroup_account_cputime_field()
435 usage = cgrp->bstat.cputime.sum_exec_runtime; in cgroup_base_stat_cputime_show()
436 cputime_adjust(&cgrp->bstat.cputime, &cgrp->prev_cputime, in cgroup_base_stat_cputime_show()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup-defs.h322 struct cgroup_base_stat bstat; member
465 struct cgroup_base_stat bstat; member
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Disar.h48 u8 bstat; member
H A DmISDNisar.c287 isar->bstat = 0; in load_firmware()
312 while ((!isar->bstat) && cnt) { in load_firmware()
322 isar->name, isar->bstat); in load_firmware()
581 if (!(ch->is->bstat & in isar_fill_fifo()
1055 isar->bstat |= isar->cmsb; in mISDNisar_irq()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dfore200e.h744 enum boot_status bstat; /* boot status */ member
H A Dfore200e.c340 fore200e->bus->write(BSTAT_COLD_START, &fore200e->cp_monitor->bstat); in fore200e_reset()
345 ok = fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_SELFTEST_OK, 1000); in fore200e_reset()
2434 if (fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_CP_RUNNING, 1000) == 0) { in fore200e_load_and_start_fw()
2829 fore200e->bus->read(&cp_monitor->bstat)); in fore200e_proc_read()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c1980 u8 bstat = sii8620_readb(ctx, REG_SPIBURSTSTAT); in sii8620_irq_block() local
1982 if (bstat & BIT_SPIBURSTSTAT_EMSC_NORMAL_MODE) in sii8620_irq_block()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info1476 int (*bstat) (struct bfd *abfd, struct stat *sb);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info1476 int (*bstat) (struct bfd *abfd, struct stat *sb);