Searched refs:proc_create_seq_private (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/proc/ |
| H A D | generic.c | 639 struct proc_dir_entry *proc_create_seq_private(const char *name, umode_t mode, in proc_create_seq_private() function 653 EXPORT_SYMBOL(proc_create_seq_private);
|
| /linux/lib/ |
| H A D | alloc_tag.c | 1005 if (!proc_create_seq_private(ALLOCINFO_FILE_NAME, 0400, NULL, &allocinfo_seq_op, in alloc_tag_init()
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 2046 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init() 2055 proc = proc_create_seq_private(buf, 0440, net->proc_net, in xt_proto_init()
|