Home
last modified time | relevance | path

Searched refs:proc_create_single_data (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/include/linux/
Dproc_fs.h39 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode,
43 proc_create_single_data(name, mode, parent, show, NULL)
106 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;}) macro
/linux-4.19.296/drivers/nubus/
Dproc.c155 proc_create_single_data(name, S_IFREG | 0444, procdir, in nubus_proc_add_rsrc_mem()
169 proc_create_single_data(name, S_IFREG | 0444, procdir, in nubus_proc_add_rsrc()
/linux-4.19.296/drivers/rtc/
Drtc-proc.c113 proc_create_single_data("driver/rtc", 0, NULL, rtc_proc_show, in rtc_proc_add_device()
/linux-4.19.296/fs/f2fs/
Dsysfs.c697 proc_create_single_data("segment_info", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs()
699 proc_create_single_data("segment_bits", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs()
701 proc_create_single_data("iostat_info", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs()
703 proc_create_single_data("victim_bits", S_IRUGO, sbi->s_proc, in f2fs_register_sysfs()
/linux-4.19.296/fs/proc/
Dproc_tty.c141 ent = proc_create_single_data(driver->driver_name, 0, proc_tty_driver, in proc_tty_register_driver()
Dgeneric.c637 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, in proc_create_single_data() function
650 EXPORT_SYMBOL(proc_create_single_data);
/linux-4.19.296/fs/ext4/
Dsysfs.c395 proc_create_single_data("options", S_IRUGO, sbi->s_proc, in ext4_register_sysfs()
397 proc_create_single_data("es_shrinker_info", S_IRUGO, in ext4_register_sysfs()
/linux-4.19.296/fs/reiserfs/
Dprocfs.c405 proc_create_single_data(name, 0, REISERFS_SB(sb)->procdir, func, sb); in add_file()
/linux-4.19.296/drivers/isdn/capi/
Dkcapi.c537 ctr->procent = proc_create_single_data(ctr->procfn, 0, NULL, in attach_capi_ctr()
/linux-4.19.296/drivers/message/fusion/
Dmptbase.c2046 proc_create_single_data("info", S_IRUGO, dent, in mpt_attach()
2048 proc_create_single_data("summary", S_IRUGO, dent, in mpt_attach()