Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_itable.c340 const struct xfs_bulkstat *bstat) in xfs_bulkstat_to_bstat() argument
344 bs1->bs_ino = bstat->bs_ino; in xfs_bulkstat_to_bstat()
345 bs1->bs_mode = bstat->bs_mode; in xfs_bulkstat_to_bstat()
346 bs1->bs_nlink = bstat->bs_nlink; in xfs_bulkstat_to_bstat()
347 bs1->bs_uid = bstat->bs_uid; in xfs_bulkstat_to_bstat()
348 bs1->bs_gid = bstat->bs_gid; in xfs_bulkstat_to_bstat()
349 bs1->bs_rdev = bstat->bs_rdev; in xfs_bulkstat_to_bstat()
351 bs1->bs_size = bstat->bs_size; in xfs_bulkstat_to_bstat()
358 bs1->bs_blocks = bstat->bs_blocks; in xfs_bulkstat_to_bstat()
362 bs1->bs_gen = bstat->bs_gen; in xfs_bulkstat_to_bstat()
[all …]
A Dxfs_ioctl32.c112 struct xfs_bstat *bstat, in xfs_ioctl32_bstat_copyin() argument
115 if (get_user(bstat->bs_ino, &bstat32->bs_ino) || in xfs_ioctl32_bstat_copyin()
116 get_user(bstat->bs_mode, &bstat32->bs_mode) || in xfs_ioctl32_bstat_copyin()
117 get_user(bstat->bs_nlink, &bstat32->bs_nlink) || in xfs_ioctl32_bstat_copyin()
118 get_user(bstat->bs_uid, &bstat32->bs_uid) || in xfs_ioctl32_bstat_copyin()
119 get_user(bstat->bs_gid, &bstat32->bs_gid) || in xfs_ioctl32_bstat_copyin()
120 get_user(bstat->bs_rdev, &bstat32->bs_rdev) || in xfs_ioctl32_bstat_copyin()
122 get_user(bstat->bs_size, &bstat32->bs_size) || in xfs_ioctl32_bstat_copyin()
130 get_user(bstat->bs_gen, &bstat32->bs_gen) || in xfs_ioctl32_bstat_copyin()
161 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt_compat() argument
[all …]
A Dxfs_itable.h54 const struct xfs_bulkstat *bstat);
59 const struct xfs_bulkstat *bstat);
A Dxfs_ioctl.h41 const struct xfs_bulkstat *bstat);
A Dxfs_ioctl.c51 const struct xfs_bulkstat *bstat) in xfs_fsbulkstat_one_fmt() argument
55 xfs_bulkstat_to_bstat(breq->mp, &bs1, bstat); in xfs_fsbulkstat_one_fmt()
157 const struct xfs_bulkstat *bstat) in xfs_bulkstat_fmt() argument
159 if (copy_to_user(breq->ubuffer, bstat, sizeof(struct xfs_bulkstat))) in xfs_bulkstat_fmt()
/linux/kernel/cgroup/
A Drstat.c475 delta = rstatc->bstat; in cgroup_base_stat_flush()
480 cgroup_base_stat_add(&cgrp->bstat, &delta); in cgroup_base_stat_flush()
486 delta = cgrp->bstat; in cgroup_base_stat_flush()
539 rstatc->bstat.cputime.utime += delta_exec; in __cgroup_account_cputime_field()
544 rstatc->bstat.cputime.stime += delta_exec; in __cgroup_account_cputime_field()
569 memset(bstat, 0, sizeof(*bstat)); in root_cgroup_cputime()
601 u64 forceidle_time = bstat->forceidle_sum; in cgroup_force_idle_show()
621 root_cgroup_cputime(&cgrp->bstat); in cgroup_base_stat_cputime_show()
623 utime = cgrp->bstat.cputime.utime; in cgroup_base_stat_cputime_show()
624 stime = cgrp->bstat.cputime.stime; in cgroup_base_stat_cputime_show()
[all …]
/linux/include/linux/
A Dcgroup-defs.h358 struct cgroup_base_stat bstat; member
538 struct cgroup_base_stat bstat; member
/linux/drivers/isdn/hardware/mISDN/
A Disar.h48 u8 bstat; member
A DmISDNisar.c288 isar->bstat = 0; in load_firmware()
313 while ((!isar->bstat) && cnt) { in load_firmware()
323 isar->name, isar->bstat); in load_firmware()
582 if (!(ch->is->bstat & in isar_fill_fifo()
1056 isar->bstat |= isar->cmsb; in mISDNisar_irq()
/linux/drivers/atm/
A Dfore200e.h744 enum boot_status bstat; /* boot status */ member
A Dfore200e.c334 fore200e->bus->write(BSTAT_COLD_START, &fore200e->cp_monitor->bstat); in fore200e_reset()
339 ok = fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_SELFTEST_OK, 1000); in fore200e_reset()
2429 if (fore200e_io_poll(fore200e, &fore200e->cp_monitor->bstat, BSTAT_CP_RUNNING, 1000) == 0) { in fore200e_load_and_start_fw()
2816 fore200e->bus->read(&cp_monitor->bstat)); in fore200e_proc_read()
/linux/drivers/gpu/drm/bridge/
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()

Completed in 34 milliseconds