| /fs/nilfs2/ |
| A 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)
|
| A D | sysfs.c | 32 return a->show ? a->show(a, nilfs, buf) : 0; \ 47 .show = nilfs_##name##_attr_show, \ 142 return a->show ? a->show(a, root, buf) : 0; in nilfs_snapshot_attr_show() 165 .show = nilfs_snapshot_attr_show, 966 return a->show ? a->show(a, nilfs, buf) : 0; in nilfs_dev_attr_show() 989 .show = nilfs_dev_attr_show,
|
| /fs/zonefs/ |
| A D | sysfs.c | 15 ssize_t (*show)(struct zonefs_sb_info *sbi, char *buf); member 31 if (!zonefs_attr->show) in zonefs_sysfs_attr_show() 34 return zonefs_attr->show(sbi, buf); in zonefs_sysfs_attr_show() 79 .show = zonefs_sysfs_attr_show,
|
| /fs/f2fs/ |
| A D | sysfs.c | 900 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_attr_show() 926 return a->show ? a->show(a, buf) : 0; in f2fs_base_attr_show() 965 .show = f2fs_feature_show, \ 997 .show = f2fs_tune_show, \ 1019 .show = _show, \ 1478 .show = f2fs_attr_show, 1497 .show = f2fs_base_attr_show, 1511 .show = f2fs_base_attr_show, 1531 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_stat_attr_show() 1552 .show = f2fs_stat_attr_show, [all …]
|
| /fs/dlm/ |
| A D | lockspace.c | 114 ssize_t (*show)(struct dlm_ls *, char *); member 130 .show = dlm_id_show, 136 .show = dlm_nodir_show, 142 .show = dlm_recover_status_show 147 .show = dlm_recover_nodeid_show 166 return a->show ? a->show(ls, buf) : 0; in dlm_attr_show() 178 .show = dlm_attr_show,
|
| A D | debug_fs.c | 444 .show = table_seq_show, 451 .show = table_seq_show, 458 .show = table_seq_show, 465 .show = table_seq_show,
|
| /fs/sysfs/ |
| A D | file.c | 54 if (WARN_ON_ONCE(!ops->show)) in sysfs_kf_seq_show() 65 count = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_seq_show() 75 ops->show); in sysfs_kf_seq_show() 123 len = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_read() 296 if (sysfs_ops->show && sysfs_ops->store) in sysfs_add_file_mode_ns() 298 else if (sysfs_ops->show) in sysfs_add_file_mode_ns() 303 if (sysfs_ops->show && sysfs_ops->store) in sysfs_add_file_mode_ns() 305 else if (sysfs_ops->show) in sysfs_add_file_mode_ns()
|
| /fs/gfs2/ |
| A 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, 348 #define GFS2_ATTR(name, mode, show, store) \ argument 349 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store) 676 #define TUNE_ATTR_3(name, show, store) \ argument 677 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
|
| A D | Kconfig | 18 machine show up immediately on all other machines in the cluster.
|
| /fs/proc/ |
| A D | proc_net.c | 210 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single() 219 p->single_show = show; in proc_create_net_single() 251 int (*show)(struct seq_file *, void *), in proc_create_net_single_write() 262 p->single_show = show; in proc_create_net_single_write()
|
| A D | interrupts.c | 34 .show = show_interrupts
|
| A D | devices.c | 53 .show = devinfo_show
|
| A D | nommu.c | 107 .show = nommu_region_list_show
|
| A D | consoles.c | 108 .show = show_console_dev
|
| /fs/ |
| A 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() 572 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() 582 op->show = show; in single_open() 593 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size() 600 ret = single_open(file, show, data); in single_open_size()
|
| A D | proc_namespace.c | 235 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() 277 p->show = show; in mounts_open_common()
|
| /fs/notify/ |
| A D | fdinfo.c | 26 void (*show)(struct seq_file *m, in show_fdinfo() 34 show(m, mark); in show_fdinfo()
|
| /fs/afs/ |
| A D | proc.c | 81 .show = afs_proc_cells_show, 311 .show = afs_proc_cell_volumes_show, 427 .show = afs_proc_cell_vlservers_show, 505 .show = afs_proc_servers_show, 560 .show = afs_proc_sysname_show,
|
| /fs/xfs/ |
| A D | xfs_sysfs.c | 20 ssize_t (*show)(struct kobject *kobject, char *buf); member 48 return xfs_attr->show ? xfs_attr->show(kobject, buf) : 0; in xfs_sysfs_object_show() 64 .show = xfs_sysfs_object_show,
|
| /fs/ocfs2/ |
| A D | filecheck.c | 115 if (kattr->show) in ocfs2_filecheck_show() 116 ret = kattr->show(kobj, kattr, buf); in ocfs2_filecheck_show() 137 .show = ocfs2_filecheck_show,
|
| /fs/orangefs/ |
| A 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/ |
| A D | netdebug.c | 161 .show = nst_seq_show, 375 .show = sc_seq_show,
|
| /fs/netfs/ |
| A D | main.c | 103 .show = netfs_requests_seq_show,
|
| /fs/configfs/ |
| A D | file.c | 68 count = buffer->attr->show(buffer->item, buffer->page); in fill_read_buffer() 356 if ((type & CONFIGFS_ITEM_ATTR) && !attr->show) in __configfs_open_file()
|
| /fs/ubifs/ |
| A D | sysfs.c | 74 .show = ubifs_attr_show,
|