| /linux/net/sunrpc/ |
| A D | stats.c | 44 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() 90 statp->netcnt, in svc_seq_show() 91 statp->netudpcnt, in svc_seq_show() 92 statp->nettcpcnt, in svc_seq_show() 96 statp->rpccnt, in svc_seq_show() 97 statp->rpcbadfmt+statp->rpcbadauth+statp->rpcbadclnt, in svc_seq_show() [all …]
|
| A D | svc.c | 1252 __be32 *statp; in svc_process_common() local 1346 statp = resv->iov_base +resv->iov_len; in svc_process_common() 1356 rc = process.dispatch(rqstp, statp); in svc_process_common() 1365 if (*statp != rpc_success) in svc_process_common() 1366 resv->iov_len = ((void*)statp) - resv->iov_base + 4; in svc_process_common()
|
| /linux/fs/xfs/ |
| A D | xfs_qm_bhv.c | 21 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 D | xfs_super.c | 777 struct kstatfs *statp) in xfs_fs_statfs() argument 792 statp->f_type = XFS_SUPER_MAGIC; in xfs_fs_statfs() 793 statp->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs() 796 statp->f_fsid = u64_to_fsid(id); in xfs_fs_statfs() 810 statp->f_bavail = statp->f_bfree; in xfs_fs_statfs() 815 statp->f_files = min_t(typeof(statp->f_files), in xfs_fs_statfs() 816 statp->f_files, in xfs_fs_statfs() 820 statp->f_files = max_t(typeof(statp->f_files), in xfs_fs_statfs() 821 statp->f_files, in xfs_fs_statfs() 832 xfs_qm_statvfs(ip, statp); in xfs_fs_statfs() [all …]
|
| /linux/fs/lockd/ |
| A D | svc.c | 780 static int nlmsvc_dispatch(struct svc_rqst *rqstp, __be32 *statp) in nlmsvc_dispatch() argument 788 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch() 789 if (*statp == rpc_drop_reply) in nlmsvc_dispatch() 791 if (*statp != rpc_success) in nlmsvc_dispatch() 801 *statp = rpc_garbage_args; in nlmsvc_dispatch() 805 *statp = rpc_system_err; in nlmsvc_dispatch()
|
| /linux/fs/nfsd/ |
| A D | nfscache.c | 526 void nfsd_cache_update(struct svc_rqst *rqstp, int cachetype, __be32 *statp) in nfsd_cache_update() argument 542 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update() 546 if (!statp || len > (256 >> 2)) { in nfsd_cache_update() 555 rp->c_replstat = *statp; in nfsd_cache_update() 566 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
|
| A D | nfssvc.c | 1004 int nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp) in nfsd_dispatch() argument 1033 *statp = proc->pc_func(rqstp); in nfsd_dispatch() 1034 if (*statp == rpc_drop_reply || test_bit(RQ_DROPME, &rqstp->rq_flags)) in nfsd_dispatch() 1040 nfsd_cache_update(rqstp, rqstp->rq_cachetype, statp + 1); in nfsd_dispatch() 1046 *statp = rpc_garbage_args; in nfsd_dispatch() 1057 *statp = rpc_system_err; in nfsd_dispatch()
|
| A D | nfsd.h | 90 int nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp);
|
| /linux/kernel/locking/ |
| A D | locktorture.c | 739 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument 744 long max = 0, min = statp ? data_race(statp[0].n_lock_acquired) : 0; in __torture_print_stats() 749 if (data_race(statp[i].n_lock_fail)) in __torture_print_stats() 751 cur = data_race(statp[i].n_lock_acquired); in __torture_print_stats()
|
| /linux/drivers/crypto/bcm/ |
| A D | spu2.h | 210 int spu2_status_process(u8 *statp);
|
| A D | spu.h | 267 int spum_status_process(u8 *statp);
|
| A D | cipher.h | 400 int (*spu_status_process)(u8 *statp);
|
| A D | spu.c | 1114 int spum_status_process(u8 *statp) in spum_status_process() argument 1118 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
|
| A D | spu2.c | 1325 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 D | net2280.c | 670 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()
|
| /linux/fs/nfs/ |
| A D | callback_xdr.c | 987 nfs_callback_dispatch(struct svc_rqst *rqstp, __be32 *statp) in nfs_callback_dispatch() argument 994 *statp = procp->pc_func(rqstp); in nfs_callback_dispatch()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| A D | ena_netdev.c | 81 static void ena_increase_stat(u64 *statp, u64 cnt, in ena_increase_stat() argument 85 (*statp) += cnt; in ena_increase_stat()
|