Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dproc_fs.h100 #define proc_create_seq_data(name, mode, parent, ops, data) \ macro
194 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) macro
/linux/fs/ext4/
H A Dsysfs.c631 proc_create_seq_data("mb_groups", S_IRUGO, sbi->s_proc, in ext4_register_sysfs()
635 proc_create_seq_data("mb_structs_summary", 0444, sbi->s_proc, in ext4_register_sysfs()
/linux/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/kernel/
H A Dresource.c162 proc_create_seq_data("ioports", 0, NULL, &resource_op, in ioresources_init()
164 proc_create_seq_data("iomem", 0, NULL, &resource_op, &iomem_resource); in ioresources_init()
/linux/net/bluetooth/
H A Daf_bluetooth.c852 if (!proc_create_seq_data(name, 0, net->proc_net, &bt_seq_ops, sk_list)) in bt_procfs_init()
/linux/net/netfilter/
H A Dxt_hashlimit.c339 hinfo->pde = proc_create_seq_data(name, 0, in htable_create()
/linux/net/core/
H A Dneighbour.c1846 if (!proc_create_seq_data(tbl->id, 0, init_net.proc_net_stat, in neigh_table_init()