Home
last modified time | relevance | path

Searched refs:statp (Results 1 – 15 of 15) sorted by relevance

/linux/fs/xfs/
A Dxfs_qm_bhv.c21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot() argument
29 if (limit && statp->f_blocks > limit) { in xfs_fill_statvfs_from_dquot()
30 statp->f_blocks = limit; in xfs_fill_statvfs_from_dquot()
31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
32 (statp->f_blocks > dqp->q_blk.reserved) ? in xfs_fill_statvfs_from_dquot()
39 if (limit && statp->f_files > limit) { in xfs_fill_statvfs_from_dquot()
40 statp->f_files = limit; in xfs_fill_statvfs_from_dquot()
41 statp->f_ffree = in xfs_fill_statvfs_from_dquot()
42 (statp->f_files > dqp->q_ino.reserved) ? in xfs_fill_statvfs_from_dquot()
58 struct kstatfs *statp) in xfs_qm_statvfs() argument
[all …]
A Dxfs_super.c821 struct kstatfs *statp) in xfs_fs_statfs() argument
839 statp->f_type = XFS_SUPER_MAGIC; in xfs_fs_statfs()
840 statp->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs()
843 statp->f_fsid = u64_to_fsid(id); in xfs_fs_statfs()
858 statp->f_bavail = statp->f_bfree; in xfs_fs_statfs()
863 statp->f_files = min_t(typeof(statp->f_files), in xfs_fs_statfs()
864 statp->f_files, in xfs_fs_statfs()
868 statp->f_files = max_t(typeof(statp->f_files), in xfs_fs_statfs()
869 statp->f_files, in xfs_fs_statfs()
880 xfs_qm_statvfs(ip, statp); in xfs_fs_statfs()
[all …]
/linux/net/sunrpc/
A Dstats.c44 statp->netcnt, in rpc_proc_show()
45 statp->netudpcnt, in rpc_proc_show()
46 statp->nettcpcnt, in rpc_proc_show()
50 statp->rpccnt, in rpc_proc_show()
51 statp->rpcretrans, in rpc_proc_show()
91 statp->netcnt, in svc_seq_show()
92 statp->netudpcnt, in svc_seq_show()
93 statp->nettcpcnt, in svc_seq_show()
97 statp->rpccnt, in svc_seq_show()
98 statp->rpcbadfmt+statp->rpcbadauth+statp->rpcbadclnt, in svc_seq_show()
[all …]
/linux/fs/lockd/
A Dsvc.c640 __be32 *statp = rqstp->rq_accept_statp; in nlmsvc_dispatch() local
645 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch()
646 if (*statp == rpc_drop_reply) in nlmsvc_dispatch()
648 if (*statp != rpc_success) in nlmsvc_dispatch()
657 *statp = rpc_garbage_args; in nlmsvc_dispatch()
661 *statp = rpc_system_err; in nlmsvc_dispatch()
/linux/fs/nfsd/
A Dnfscache.c586 int cachetype, __be32 *statp) in nfsd_cache_update() argument
599 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update()
603 if (!statp || len > (256 >> 2)) { in nfsd_cache_update()
612 rp->c_replstat = *statp; in nfsd_cache_update()
623 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
A Dcache.h88 int cachetype, __be32 *statp);
A Dnfssvc.c985 __be32 *statp = rqstp->rq_accept_statp; in nfsd_dispatch() local
1026 *statp = proc->pc_func(rqstp); in nfsd_dispatch()
1045 *statp = rpc_garbage_args; in nfsd_dispatch()
1056 *statp = rpc_system_err; in nfsd_dispatch()
/linux/drivers/net/ethernet/amazon/ena/
A Dena_netdev.h419 static inline void ena_increase_stat(u64 *statp, u64 cnt, in ena_increase_stat() argument
423 (*statp) += cnt; in ena_increase_stat()
/linux/kernel/locking/
A Dlocktorture.c948 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument
953 long max = 0, min = statp ? data_race(statp[0].n_lock_acquired) : 0; in __torture_print_stats()
958 if (data_race(statp[i].n_lock_fail)) in __torture_print_stats()
960 cur = data_race(statp[i].n_lock_acquired); in __torture_print_stats()
/linux/drivers/crypto/bcm/
A Dspu2.h210 int spu2_status_process(u8 *statp);
A Dspu.h267 int spum_status_process(u8 *statp);
A Dcipher.h397 int (*spu_status_process)(u8 *statp);
A Dspu.c1114 int spum_status_process(u8 *statp) in spum_status_process() argument
1118 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
A Dspu2.c1325 int spu2_status_process(u8 *statp) in spu2_status_process() argument
1328 u16 status = le16_to_cpu(*(__le16 *)statp); in spu2_status_process()
/linux/drivers/usb/gadget/udc/
A Dnet2280.c670 u32 __iomem *statp; in out_flush() local
673 statp = &ep->regs->ep_stat; in out_flush()
675 tmp = readl(statp); in out_flush()
684 statp); in out_flush()
685 writel(BIT(FIFO_FLUSH), statp); in out_flush()
688 tmp = readl(statp); in out_flush()
695 handshake(statp, BIT(USB_OUT_PING_NAK_SENT), in out_flush()

Completed in 40 milliseconds