Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dproc_fs.h35 #define proc_create_seq_data(name, mode, parent, ops, data) \ macro
103 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) macro
/linux-4.19.296/fs/ext4/
Dsysfs.c400 proc_create_seq_data("mb_groups", S_IRUGO, sbi->s_proc, in ext4_register_sysfs()