Searched refs:proc_create_seq_data (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | proc_fs.h | 99 #define proc_create_seq_data(name, mode, parent, ops, data) \ macro 193 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) macro
|
| /linux-6.15/fs/ext4/ |
| H A D | sysfs.c | 589 proc_create_seq_data("mb_groups", S_IRUGO, sbi->s_proc, in ext4_register_sysfs() 593 proc_create_seq_data("mb_structs_summary", 0444, sbi->s_proc, in ext4_register_sysfs()
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_procfs.c | 289 bond->proc_entry = proc_create_seq_data(bond_dev->name, 0444, in bond_create_proc_entry()
|
| /linux-6.15/net/bluetooth/ |
| H A D | af_bluetooth.c | 758 if (!proc_create_seq_data(name, 0, net->proc_net, &bt_seq_ops, sk_list)) in bt_procfs_init()
|
| /linux-6.15/kernel/ |
| H A D | resource.c | 154 proc_create_seq_data("ioports", 0, NULL, &resource_op, in ioresources_init() 156 proc_create_seq_data("iomem", 0, NULL, &resource_op, &iomem_resource); in ioresources_init()
|
| /linux-6.15/net/netfilter/ |
| H A D | xt_hashlimit.c | 339 hinfo->pde = proc_create_seq_data(name, 0, in htable_create()
|
| /linux-6.15/net/core/ |
| H A D | neighbour.c | 1739 if (!proc_create_seq_data(tbl->id, 0, init_net.proc_net_stat, in neigh_table_init()
|