Home
last modified time | relevance | path

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

/linux-6.3-rc2/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.c807 struct kstatfs *statp) in xfs_fs_statfs() argument
825 statp->f_type = XFS_SUPER_MAGIC; in xfs_fs_statfs()
826 statp->f_namelen = MAXNAMELEN - 1; in xfs_fs_statfs()
829 statp->f_fsid = u64_to_fsid(id); in xfs_fs_statfs()
844 statp->f_bavail = statp->f_bfree; in xfs_fs_statfs()
849 statp->f_files = min_t(typeof(statp->f_files), in xfs_fs_statfs()
850 statp->f_files, in xfs_fs_statfs()
854 statp->f_files = max_t(typeof(statp->f_files), in xfs_fs_statfs()
855 statp->f_files, in xfs_fs_statfs()
866 xfs_qm_statvfs(ip, statp); in xfs_fs_statfs()
[all …]
/linux-6.3-rc2/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-6.3-rc2/fs/lockd/
A Dsvc.c696 __be32 *statp = rqstp->rq_accept_statp; in nlmsvc_dispatch() local
701 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch()
702 if (*statp == rpc_drop_reply) in nlmsvc_dispatch()
704 if (*statp != rpc_success) in nlmsvc_dispatch()
713 *statp = rpc_garbage_args; in nlmsvc_dispatch()
717 *statp = rpc_system_err; in nlmsvc_dispatch()
/linux-6.3-rc2/fs/nfsd/
A Dnfscache.c528 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 Dnfssvc.c1043 __be32 *statp = rqstp->rq_accept_statp; in nfsd_dispatch() local
1063 *statp = proc->pc_func(rqstp); in nfsd_dispatch()
1070 nfsd_cache_update(rqstp, rqstp->rq_cachetype, statp + 1); in nfsd_dispatch()
1076 *statp = rpc_garbage_args; in nfsd_dispatch()
1087 *statp = rpc_system_err; in nfsd_dispatch()
/linux-6.3-rc2/kernel/locking/
A Dlocktorture.c754 struct lock_stress_stats *statp, bool write) in __torture_print_stats() argument
759 long max = 0, min = statp ? data_race(statp[0].n_lock_acquired) : 0; in __torture_print_stats()
764 if (data_race(statp[i].n_lock_fail)) in __torture_print_stats()
766 cur = data_race(statp[i].n_lock_acquired); in __torture_print_stats()
/linux-6.3-rc2/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-6.3-rc2/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()
/linux-6.3-rc2/drivers/net/ethernet/amazon/ena/
A Dena_netdev.c79 static void ena_increase_stat(u64 *statp, u64 cnt, in ena_increase_stat() argument
83 (*statp) += cnt; in ena_increase_stat()

Completed in 42 milliseconds