Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 53) sorted by relevance

123

/fs/nilfs2/
Dsysfs.h56 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)
Dsysfs.c45 return a->show ? a->show(a, nilfs, buf) : 0; \
60 .show = nilfs_##name##_attr_show, \
156 return a->show ? a->show(a, root, buf) : 0; in nilfs_snapshot_attr_show()
179 .show = nilfs_snapshot_attr_show,
951 return a->show ? a->show(a, nilfs, buf) : 0; in nilfs_dev_attr_show()
974 .show = nilfs_dev_attr_show,
/fs/sysfs/
Dfile.c59 if (ops->show) { in sysfs_kf_seq_show()
60 count = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_seq_show()
71 ops->show); in sysfs_kf_seq_show()
116 len = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_read()
264 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns()
269 } else if (sysfs_ops->show) { in sysfs_add_file_mode_ns()
/fs/gfs2/
Dsys.c32 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,
272 #define GFS2_ATTR(name, mode, show, store) \ argument
273 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store)
596 #define TUNE_ATTR_3(name, show, store) \ argument
597 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
DKconfig18 machine show up immediately on all other machines in the cluster.
/fs/dlm/
Dlockspace.c116 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,
Ddebug_fs.c578 .show = table_seq_show,
585 .show = table_seq_show,
592 .show = table_seq_show,
599 .show = table_seq_show,
/fs/proc/
Dproc_net.c196 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single()
205 p->single_show = show; in proc_create_net_single()
237 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
248 p->single_show = show; in proc_create_net_single_write()
Dinterrupts.c34 .show = show_interrupts
Ddevices.c51 .show = devinfo_show
Dnommu.c109 .show = nommu_region_list_show
Dconsoles.c90 .show = show_console_dev
/fs/
Dseq_file.c113 error = m->op->show(m, p); in traverse()
229 err = m->op->show(m, p); in seq_read()
268 err = m->op->show(m, p); in seq_read()
566 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open()
576 op->show = show; in single_open()
587 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size()
594 ret = single_open(file, show, data); in single_open_size()
Dproc_namespace.c243 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
285 p->show = show; in mounts_open_common()
Dmount.h135 int (*show)(struct seq_file *, struct vfsmount *); member
/fs/afs/
Dproc.c79 .show = afs_proc_cells_show,
256 .show = afs_proc_cell_volumes_show,
367 .show = afs_proc_cell_vlservers_show,
420 .show = afs_proc_servers_show,
475 .show = afs_proc_sysname_show,
/fs/f2fs/
Dsysfs.c37 ssize_t (*show)(struct f2fs_attr *, struct f2fs_sb_info *, char *); member
358 return a->show ? a->show(a, sbi, buf) : 0; in f2fs_attr_show()
419 .show = _show, \
436 .show = f2fs_feature_show, \
581 .show = f2fs_attr_show,
/fs/xfs/
Dxfs_sysfs.c18 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/notify/
Dfdinfo.c26 void (*show)(struct seq_file *m, in show_fdinfo()
34 show(m, mark); in show_fdinfo()
/fs/ocfs2/
Dfilecheck.c116 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/
Dhistogram.c86 .show = fscache_histogram_show,
/fs/cachefiles/
Dproc.c80 .show = cachefiles_histogram_show,
/fs/orangefs/
Dorangefs-sysfs.c167 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/
Dnetdebug.c163 .show = nst_seq_show,
377 .show = sc_seq_show,
/fs/sdcardfs/
Dpackagelist.c469 .show = _pfx##_name##_show, \
478 .show = _pfx##_name##_show, \
799 .show = packages_list_show,

123