Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\quota\dquot.c Create Date:2022-07-28 20:32:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:do_proc_dqstats

Proto:static int do_proc_dqstats(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)

Type:int

Parameter:

TypeParameterName
struct ctl_table *table
intwrite
void __user *buffer
size_t *lenp
loff_t *ppos
2846  type = data - stat
2847  value = percpu_counter_sum( & counter[type])
2850  If value < 0 && ( type == DQST_ALLOC_DQUOTS || type == DQST_FREE_DQUOTS ) Then value = 0
2855  stat[type] = value
2856  Return read a vector of long integers with min/max values