/fs/nilfs2/ |
D | sysfs.h | 56 ssize_t (*show)(struct kobject *, struct attribute *, \ 67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \ 83 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \ 91 #define NILFS_ATTR(type, name, mode, show, store) \ argument 93 __ATTR(name, mode, show, store)
|
D | sysfs.c | 45 return a->show ? a->show(a, nilfs, buf) : 0; \ 60 .show = nilfs_##name##_attr_show, \ 154 return a->show ? a->show(a, root, buf) : 0; in nilfs_snapshot_attr_show() 177 .show = nilfs_snapshot_attr_show, 949 return a->show ? a->show(a, nilfs, buf) : 0; in nilfs_dev_attr_show() 972 .show = nilfs_dev_attr_show,
|
/fs/f2fs/ |
D | sysfs.c | 56 ssize_t (*show)(struct f2fs_attr *, struct f2fs_sb_info *, char *); member 642 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_attr_show() 689 .show = f2fs_feature_show, \ 703 .show = f2fs_sb_feature_show, \ 710 .show = _show, \ 727 .show = f2fs_sbi_show, \ 1018 .show = f2fs_attr_show, 1052 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_stat_attr_show() 1073 .show = f2fs_stat_attr_show, 1090 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_sb_feat_attr_show() [all …]
|
/fs/gfs2/ |
D | sys.c | 32 ssize_t (*show)(struct gfs2_sbd *, char *); member 41 return a->show ? a->show(sdp, buf) : 0; in gfs2_attr_show() 53 .show = gfs2_attr_show, 273 #define GFS2_ATTR(name, mode, show, store) \ argument 274 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store) 599 #define TUNE_ATTR_3(name, show, store) \ argument 600 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
|
D | Kconfig | 18 machine show up immediately on all other machines in the cluster.
|
/fs/dlm/ |
D | lockspace.c | 116 ssize_t (*show)(struct dlm_ls *, char *); member 132 .show = dlm_id_show, 138 .show = dlm_nodir_show, 144 .show = dlm_recover_status_show 149 .show = dlm_recover_nodeid_show 168 return a->show ? a->show(ls, buf) : 0; in dlm_attr_show() 186 .show = dlm_attr_show,
|
D | debug_fs.c | 579 .show = table_seq_show, 586 .show = table_seq_show, 593 .show = table_seq_show, 600 .show = table_seq_show,
|
/fs/proc/ |
D | proc_net.c | 199 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single() 208 p->single_show = show; in proc_create_net_single() 240 int (*show)(struct seq_file *, void *), in proc_create_net_single_write() 251 p->single_show = show; in proc_create_net_single_write()
|
D | interrupts.c | 34 .show = show_interrupts
|
D | devices.c | 52 .show = devinfo_show
|
D | consoles.c | 90 .show = show_console_dev
|
D | nommu.c | 108 .show = nommu_region_list_show
|
/fs/sysfs/ |
D | file.c | 60 if (ops->show) { in sysfs_kf_seq_show() 61 count = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_seq_show() 72 ops->show); in sysfs_kf_seq_show() 117 len = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_read() 265 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns() 270 } else if (sysfs_ops->show) { in sysfs_add_file_mode_ns()
|
/fs/ |
D | seq_file.c | 111 error = m->op->show(m, p); in traverse() 230 err = m->op->show(m, p); in seq_read_iter() 272 err = m->op->show(m, p); in seq_read_iter() 561 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() 571 op->show = show; in single_open() 582 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size() 589 ret = single_open(file, show, data); in single_open_size()
|
D | proc_namespace.c | 240 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() 282 p->show = show; in mounts_open_common()
|
D | mount.h | 141 int (*show)(struct seq_file *, struct vfsmount *); member
|
/fs/afs/ |
D | proc.c | 81 .show = afs_proc_cells_show, 254 .show = afs_proc_cell_volumes_show, 370 .show = afs_proc_cell_vlservers_show, 429 .show = afs_proc_servers_show, 484 .show = afs_proc_sysname_show,
|
/fs/notify/ |
D | fdinfo.c | 25 void (*show)(struct seq_file *m, in show_fdinfo() 33 show(m, mark); in show_fdinfo()
|
/fs/xfs/ |
D | xfs_sysfs.c | 18 ssize_t (*show)(struct kobject *kobject, char *buf); member 46 return xfs_attr->show ? xfs_attr->show(kobject, buf) : 0; in xfs_sysfs_object_show() 62 .show = xfs_sysfs_object_show,
|
/fs/ocfs2/ |
D | filecheck.c | 116 if (kattr->show) in ocfs2_filecheck_show() 117 ret = kattr->show(kobj, kattr, buf); in ocfs2_filecheck_show() 138 .show = ocfs2_filecheck_show,
|
/fs/fscache/ |
D | histogram.c | 86 .show = fscache_histogram_show,
|
/fs/cachefiles/ |
D | proc.c | 80 .show = cachefiles_histogram_show,
|
/fs/orangefs/ |
D | orangefs-sysfs.c | 167 ssize_t (*show)(struct kobject *kobj, member 183 if (!attribute->show) in orangefs_attr_show() 185 return attribute->show(kobj, attribute, buf); in orangefs_attr_show() 206 .show = orangefs_attr_show,
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 163 .show = nst_seq_show, 377 .show = sc_seq_show,
|
/fs/configfs/ |
D | file.c | 70 count = buffer->attr->show(buffer->item, buffer->page); in fill_read_buffer() 422 if ((type & CONFIGFS_ITEM_ATTR) && !attr->show) in __configfs_open_file()
|