Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_quota2.c73 static unsigned int quota_list_perms = S_IRUGO | S_IWUSR; variable
76 module_param_named(perms, quota_list_perms, uint, S_IRUGO | S_IWUSR);
236 p = e->procfs_entry = proc_create_data(e->name, quota_list_perms, in q2_get_counter()