Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dproc_fs.h99 #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 Dsysfs.c589 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 Dbond_procfs.c289 bond->proc_entry = proc_create_seq_data(bond_dev->name, 0444, in bond_create_proc_entry()
/linux-6.15/net/bluetooth/
H A Daf_bluetooth.c758 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 Dresource.c154 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 Dxt_hashlimit.c339 hinfo->pde = proc_create_seq_data(name, 0, in htable_create()
/linux-6.15/net/core/
H A Dneighbour.c1739 if (!proc_create_seq_data(tbl->id, 0, init_net.proc_net_stat, in neigh_table_init()