| /linux/lib/ |
| H A D | kobject.c | 30 const struct ns_common *kobject_namespace(const struct kobject *kobj) in kobject_namespace() 50 void kobject_get_ownership(const struct kobject *kobj, kuid_t *uid, kgid_t *gid) in kobject_get_ownership() 67 static int create_dir(struct kobject *kobj) in create_dir() 106 static int get_kobj_path_length(const struct kobject *kobj) in get_kobj_path_length() 124 static int fill_kobj_path(const struct kobject *kobj, char *path, int length) in fill_kobj_path() 152 char *kobject_get_path(const struct kobject *kobj, gfp_t gfp_mask) in kobject_get_path() 174 static void kobj_kset_join(struct kobject *kobj) in kobj_kset_join() 186 static void kobj_kset_leave(struct kobject *kobj) in kobj_kset_leave() 197 static void kobject_init_internal(struct kobject *kobj) in kobject_init_internal() 210 static int kobject_add_internal(struct kobject *kobj) in kobject_add_internal() [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hw_engine_class_sysfs.c | 35 static void xe_hw_engine_sysfs_kobj_release(struct kobject *kobj) in xe_hw_engine_sysfs_kobj_release() 40 static ssize_t xe_hw_engine_class_sysfs_attr_show(struct kobject *kobj, in xe_hw_engine_class_sysfs_attr_show() 56 static ssize_t xe_hw_engine_class_sysfs_attr_store(struct kobject *kobj, in xe_hw_engine_class_sysfs_attr_store() 88 static ssize_t job_timeout_max_store(struct kobject *kobj, in job_timeout_max_store() 113 static ssize_t job_timeout_max_show(struct kobject *kobj, in job_timeout_max_show() 124 static ssize_t job_timeout_min_store(struct kobject *kobj, in job_timeout_min_store() 149 static ssize_t job_timeout_min_show(struct kobject *kobj, in job_timeout_min_show() 160 static ssize_t job_timeout_store(struct kobject *kobj, in job_timeout_store() 182 static ssize_t job_timeout_show(struct kobject *kobj, in job_timeout_show() 193 static ssize_t job_timeout_default(struct kobject *kobj, in job_timeout_default() [all …]
|
| H A D | xe_gt_freq.c | 66 static ssize_t act_freq_show(struct kobject *kobj, in act_freq_show() 80 static ssize_t cur_freq_show(struct kobject *kobj, in cur_freq_show() 97 static ssize_t rp0_freq_show(struct kobject *kobj, in rp0_freq_show() 107 static ssize_t rpe_freq_show(struct kobject *kobj, in rpe_freq_show() 121 static ssize_t rpa_freq_show(struct kobject *kobj, in rpa_freq_show() 135 static ssize_t rpn_freq_show(struct kobject *kobj, in rpn_freq_show() 145 static ssize_t min_freq_show(struct kobject *kobj, in min_freq_show() 161 static ssize_t min_freq_store(struct kobject *kobj, in min_freq_store() 182 static ssize_t max_freq_show(struct kobject *kobj, in max_freq_show() 198 static ssize_t max_freq_store(struct kobject *kobj, in max_freq_store() [all …]
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | sysfs_engines.c | 20 static struct intel_engine_cs *kobj_to_engine(struct kobject *kobj) in kobj_to_engine() 26 name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in name_show() 35 class_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in class_show() 44 inst_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in inst_show() 53 mmio_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mmio_show() 122 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show() 133 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show() 142 max_spin_store(struct kobject *kobj, struct kobj_attribute *attr, in max_spin_store() 180 max_spin_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_show() 191 max_spin_default(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_default() [all …]
|
| H A D | intel_gt_sysfs_pm.c | 28 sysfs_gt_attribute_w_func(struct kobject *kobj, struct attribute *attr, in sysfs_gt_attribute_w_func() 53 sysfs_gt_attribute_r_func(struct kobject *kobj, struct attribute *attr, in sysfs_gt_attribute_r_func() 179 static ssize_t rc6_enable_show(struct kobject *kobj, in rc6_enable_show() 277 static int __intel_gt_sysfs_create_group(struct kobject *kobj, in __intel_gt_sysfs_create_group() 285 static void intel_sysfs_rc6_init(struct intel_gt *gt, struct kobject *kobj) in intel_sysfs_rc6_init() 430 static ssize_t punit_req_freq_mhz_show(struct kobject *kobj, in punit_req_freq_mhz_show() 440 static ssize_t slpc_ignore_eff_freq_show(struct kobject *kobj, in slpc_ignore_eff_freq_show() 450 static ssize_t slpc_ignore_eff_freq_store(struct kobject *kobj, in slpc_ignore_eff_freq_store() 467 static ssize_t slpc_power_profile_show(struct kobject *kobj, in slpc_power_profile_show() 484 static ssize_t slpc_power_profile_store(struct kobject *kobj, in slpc_power_profile_store() [all …]
|
| /linux/fs/sysfs/ |
| H A D | group.c | 34 static umode_t __first_visible(const struct attribute_group *grp, struct kobject *kobj) in __first_visible() 48 static int create_files(struct kernfs_node *parent, struct kobject *kobj, in create_files() 129 static int internal_create_group(struct kobject *kobj, int update, in internal_create_group() 212 int sysfs_create_group(struct kobject *kobj, in sysfs_create_group() 219 static int internal_create_groups(struct kobject *kobj, int update, in internal_create_groups() 252 int sysfs_create_groups(struct kobject *kobj, in sysfs_create_groups() 270 int sysfs_update_groups(struct kobject *kobj, in sysfs_update_groups() 295 int sysfs_update_group(struct kobject *kobj, in sysfs_update_group() 310 void sysfs_remove_group(struct kobject *kobj, in sysfs_remove_group() 344 void sysfs_remove_groups(struct kobject *kobj, in sysfs_remove_groups() [all …]
|
| H A D | file.c | 34 struct kobject *kobj = sysfs_file_kobj(kn); in sysfs_file_ops() local 49 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_seq_show() local 87 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_read() local 111 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_read() local 137 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_write() local 150 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_write() local 171 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_mmap() local 180 struct kobject *kobj = sysfs_file_kobj(of->kn); in sysfs_kf_bin_llseek() local 198 void sysfs_notify(struct kobject *kobj, const char *dir, const char *attr) in sysfs_notify() 277 struct kobject *kobj = parent->priv; in sysfs_add_file_mode_ns() local [all …]
|
| /linux/mm/damon/ |
| H A D | sysfs-schemes.c | 18 struct kobject kobj; member 41 static ssize_t start_show(struct kobject *kobj, struct kobj_attribute *attr, in start_show() 50 static ssize_t end_show(struct kobject *kobj, struct kobj_attribute *attr, in end_show() 59 static ssize_t nr_accesses_show(struct kobject *kobj, in nr_accesses_show() 68 static ssize_t age_show(struct kobject *kobj, struct kobj_attribute *attr, in age_show() 77 static ssize_t sz_filter_passed_show(struct kobject *kobj, in sz_filter_passed_show() 86 static void damon_sysfs_scheme_region_release(struct kobject *kobj) in damon_sysfs_scheme_region_release() 131 struct kobject kobj; member 152 static ssize_t total_bytes_show(struct kobject *kobj, in total_bytes_show() 173 static void damon_sysfs_scheme_regions_release(struct kobject *kobj) in damon_sysfs_scheme_regions_release() [all …]
|
| H A D | sysfs.c | 19 struct kobject kobj; member 28 static ssize_t start_show(struct kobject *kobj, struct kobj_attribute *attr, in start_show() 37 static ssize_t start_store(struct kobject *kobj, struct kobj_attribute *attr, in start_store() 47 static ssize_t end_show(struct kobject *kobj, struct kobj_attribute *attr, in end_show() 56 static ssize_t end_store(struct kobject *kobj, struct kobj_attribute *attr, in end_store() 66 static void damon_sysfs_region_release(struct kobject *kobj) in damon_sysfs_region_release() 95 struct kobject kobj; member 155 static ssize_t nr_regions_show(struct kobject *kobj, in nr_regions_show() 164 static ssize_t nr_regions_store(struct kobject *kobj, in nr_regions_store() 187 static void damon_sysfs_regions_release(struct kobject *kobj) in damon_sysfs_regions_release() [all …]
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 29 static void rpc_sysfs_object_release(struct kobject *kobj) in rpc_sysfs_object_release() 35 rpc_sysfs_object_child_ns_type(const struct kobject *kobj) in rpc_sysfs_object_child_ns_type() 50 struct kobject *kobj; in rpc_sysfs_object_alloc() local 64 rpc_sysfs_client_kobj_get_clnt(struct kobject *kobj) in rpc_sysfs_client_kobj_get_clnt() 74 rpc_sysfs_xprt_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt() 83 rpc_sysfs_xprt_kobj_get_xprt_switch(struct kobject *kobj) in rpc_sysfs_xprt_kobj_get_xprt_switch() 92 rpc_sysfs_xprt_switch_kobj_get_xprt(struct kobject *kobj) in rpc_sysfs_xprt_switch_kobj_get_xprt() 100 static ssize_t rpc_sysfs_clnt_version_show(struct kobject *kobj, in rpc_sysfs_clnt_version_show() 115 static ssize_t rpc_sysfs_clnt_program_show(struct kobject *kobj, in rpc_sysfs_clnt_program_show() 130 static ssize_t rpc_sysfs_clnt_max_connect_show(struct kobject *kobj, in rpc_sysfs_clnt_max_connect_show() [all …]
|
| /linux/fs/btrfs/ |
| H A D | sysfs.c | 58 struct kobject kobj; member 175 static ssize_t btrfs_feature_attr_show(struct kobject *kobj, in btrfs_feature_attr_show() 191 static ssize_t btrfs_feature_attr_store(struct kobject *kobj, in btrfs_feature_attr_store() 259 static umode_t btrfs_feature_visible(struct kobject *kobj, in btrfs_feature_visible() 350 static ssize_t rmdir_subvol_show(struct kobject *kobj, in rmdir_subvol_show() 357 static ssize_t supported_checksums_show(struct kobject *kobj, in supported_checksums_show() 378 static ssize_t send_stream_version_show(struct kobject *kobj, in send_stream_version_show() 395 static ssize_t supported_rescue_options_show(struct kobject *kobj, in supported_rescue_options_show() 410 static ssize_t supported_sectorsizes_show(struct kobject *kobj, in supported_sectorsizes_show() 431 static ssize_t acl_show(struct kobject *kobj, struct kobj_attribute *a, char *buf) in acl_show() [all …]
|
| /linux/kernel/ |
| H A D | ksysfs.c | 39 static ssize_t uevent_seqnum_show(struct kobject *kobj, in uevent_seqnum_show() 47 static ssize_t cpu_byteorder_show(struct kobject *kobj, in cpu_byteorder_show() 55 static ssize_t address_bits_show(struct kobject *kobj, in address_bits_show() 64 static ssize_t uevent_helper_show(struct kobject *kobj, in uevent_helper_show() 69 static ssize_t uevent_helper_store(struct kobject *kobj, in uevent_helper_store() 85 static ssize_t profiling_show(struct kobject *kobj, in profiling_show() 90 static ssize_t profiling_store(struct kobject *kobj, in profiling_store() 124 static ssize_t vmcoreinfo_show(struct kobject *kobj, in vmcoreinfo_show() 136 static ssize_t fscaps_show(struct kobject *kobj, in fscaps_show() 145 static ssize_t rcu_expedited_show(struct kobject *kobj, in rcu_expedited_show() [all …]
|
| /linux/include/linux/ |
| H A D | sysfs.h | 505 static inline int sysfs_create_dir_ns(struct kobject *kobj, const struct ns_common *ns) in sysfs_create_dir_ns() 510 static inline void sysfs_remove_dir(struct kobject *kobj) in sysfs_remove_dir() 514 static inline int sysfs_rename_dir_ns(struct kobject *kobj, in sysfs_rename_dir_ns() 520 static inline int sysfs_move_dir_ns(struct kobject *kobj, in sysfs_move_dir_ns() 538 static inline int sysfs_create_file_ns(struct kobject *kobj, in sysfs_create_file_ns() 545 static inline int sysfs_create_files(struct kobject *kobj, in sysfs_create_files() 551 static inline int sysfs_chmod_file(struct kobject *kobj, in sysfs_chmod_file() 558 sysfs_break_active_protection(struct kobject *kobj, in sysfs_break_active_protection() 568 static inline void sysfs_remove_file_ns(struct kobject *kobj, in sysfs_remove_file_ns() 574 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() [all …]
|
| /linux/kernel/power/ |
| H A D | main.c | 193 static ssize_t pm_async_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_show() 199 static ssize_t pm_async_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_async_store() 217 static ssize_t mem_sleep_show(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_show() 262 static ssize_t mem_sleep_store(struct kobject *kobj, struct kobj_attribute *attr, in mem_sleep_store() 298 static ssize_t sync_on_suspend_show(struct kobject *kobj, in sync_on_suspend_show() 304 static ssize_t sync_on_suspend_store(struct kobject *kobj, in sync_on_suspend_store() 335 static ssize_t pm_test_show(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_show() 356 static ssize_t pm_test_store(struct kobject *kobj, struct kobj_attribute *attr, in pm_test_store() 499 static ssize_t last_failed_dev_show(struct kobject *kobj, in last_failed_dev_show() 513 static ssize_t last_failed_errno_show(struct kobject *kobj, in last_failed_errno_show() [all …]
|
| /linux/arch/s390/kernel/ |
| H A D | uv.c | 408 static ssize_t uv_query_facilities(struct kobject *kobj, in uv_query_facilities() 421 static ssize_t uv_query_supp_se_hdr_ver(struct kobject *kobj, in uv_query_supp_se_hdr_ver() 430 static ssize_t uv_query_supp_se_hdr_pcf(struct kobject *kobj, in uv_query_supp_se_hdr_pcf() 439 static ssize_t uv_query_dump_cpu_len(struct kobject *kobj, in uv_query_dump_cpu_len() 448 static ssize_t uv_query_dump_storage_state_len(struct kobject *kobj, in uv_query_dump_storage_state_len() 457 static ssize_t uv_query_dump_finalize_len(struct kobject *kobj, in uv_query_dump_finalize_len() 466 static ssize_t uv_query_feature_indications(struct kobject *kobj, in uv_query_feature_indications() 475 static ssize_t uv_query_max_guest_cpus(struct kobject *kobj, in uv_query_max_guest_cpus() 484 static ssize_t uv_query_max_guest_vms(struct kobject *kobj, in uv_query_max_guest_vms() 493 static ssize_t uv_query_max_guest_addr(struct kobject *kobj, in uv_query_max_guest_addr() [all …]
|
| H A D | ipl.c | 391 static ssize_t ipl_type_show(struct kobject *kobj, struct kobj_attribute *attr, in ipl_type_show() 399 static ssize_t ipl_secure_show(struct kobject *kobj, in ipl_secure_show() 408 static ssize_t ipl_has_secure_show(struct kobject *kobj, in ipl_has_secure_show() 417 static ssize_t ipl_vm_parm_show(struct kobject *kobj, in ipl_vm_parm_show() 430 static ssize_t sys_ipl_device_show(struct kobject *kobj, in sys_ipl_device_show() 455 static ssize_t sys_ipl_parameter_read(struct file *filp, struct kobject *kobj, in sys_ipl_parameter_read() 589 static ssize_t ipl_ccw_loadparm_show(struct kobject *kobj, in ipl_ccw_loadparm_show() 789 static ssize_t reipl_nss_vmparm_show(struct kobject *kobj, in reipl_nss_vmparm_show() 795 static ssize_t reipl_nss_vmparm_store(struct kobject *kobj, in reipl_nss_vmparm_store() 803 static ssize_t reipl_ccw_vmparm_show(struct kobject *kobj, in reipl_ccw_vmparm_show() [all …]
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | think-lmi.c | 237 static inline struct tlmi_pwd_setting *to_tlmi_pwd_setting(struct kobject *kobj) in to_tlmi_pwd_setting() 242 static inline struct tlmi_attr_setting *to_tlmi_attr_setting(struct kobject *kobj) in to_tlmi_attr_setting() 424 static ssize_t is_enabled_show(struct kobject *kobj, struct kobj_attribute *attr, in is_enabled_show() 434 static ssize_t current_password_store(struct kobject *kobj, in current_password_store() 454 static ssize_t new_password_store(struct kobject *kobj, in new_password_store() 545 static ssize_t min_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in min_password_length_show() 555 static ssize_t max_password_length_show(struct kobject *kobj, struct kobj_attribute *attr, in max_password_length_show() 564 static ssize_t mechanism_show(struct kobject *kobj, struct kobj_attribute *attr, in mechanism_show() 575 static ssize_t encoding_show(struct kobject *kobj, struct kobj_attribute *attr, in encoding_show() 583 static ssize_t encoding_store(struct kobject *kobj, in encoding_store() [all …]
|
| /linux/drivers/s390/crypto/ |
| H A D | pkey_sysfs.c | 185 struct kobject *kobj, in protkey_aes_128_read() 195 struct kobject *kobj, in protkey_aes_192_read() 205 struct kobject *kobj, in protkey_aes_256_read() 215 struct kobject *kobj, in protkey_aes_128_xts_read() 225 struct kobject *kobj, in protkey_aes_256_xts_read() 235 struct kobject *kobj, in protkey_aes_xts_128_read() 245 struct kobject *kobj, in protkey_aes_xts_256_read() 255 struct kobject *kobj, in protkey_hmac_512_read() 265 struct kobject *kobj, in protkey_hmac_1024_read() 342 struct kobject *kobj, in ccadata_aes_128_read() [all …]
|
| /linux/mm/ |
| H A D | hugetlb_sysfs.c | 28 static struct hstate *kobj_to_hstate(struct kobject *kobj, int *nidp) in kobj_to_hstate() 42 static ssize_t nr_hugepages_show_common(struct kobject *kobj, in nr_hugepages_show_common() 59 struct kobject *kobj, const char *buf, in nr_hugepages_store_common() 75 static ssize_t nr_hugepages_show(struct kobject *kobj, in nr_hugepages_show() 81 static ssize_t nr_hugepages_store(struct kobject *kobj, in nr_hugepages_store() 94 static ssize_t nr_hugepages_mempolicy_show(struct kobject *kobj, in nr_hugepages_mempolicy_show() 101 static ssize_t nr_hugepages_mempolicy_store(struct kobject *kobj, in nr_hugepages_mempolicy_store() 110 static ssize_t nr_overcommit_hugepages_show(struct kobject *kobj, in nr_overcommit_hugepages_show() 117 static ssize_t nr_overcommit_hugepages_store(struct kobject *kobj, in nr_overcommit_hugepages_store() 139 static ssize_t free_hugepages_show(struct kobject *kobj, in free_hugepages_show() [all …]
|
| H A D | cma_sysfs.c | 32 static inline struct cma *cma_from_kobj(struct kobject *kobj) in cma_from_kobj() 37 static ssize_t alloc_pages_success_show(struct kobject *kobj, in alloc_pages_success_show() 47 static ssize_t alloc_pages_fail_show(struct kobject *kobj, in alloc_pages_fail_show() 56 static ssize_t release_pages_success_show(struct kobject *kobj, in release_pages_success_show() 65 static ssize_t total_pages_show(struct kobject *kobj, in total_pages_show() 74 static ssize_t available_pages_show(struct kobject *kobj, in available_pages_show() 83 static void cma_kobj_release(struct kobject *kobj) in cma_kobj_release()
|
| /linux/fs/nfs/ |
| H A D | sysfs.c | 25 static void nfs_kset_release(struct kobject *kobj) in nfs_kset_release() 32 const struct kobject *kobj) in nfs_netns_object_child_ns_type() 75 static ssize_t nfs_netns_identifier_show(struct kobject *kobj, in nfs_netns_identifier_show() 97 static ssize_t nfs_netns_identifier_store(struct kobject *kobj, in nfs_netns_identifier_store() 122 static void nfs_netns_client_release(struct kobject *kobj) in nfs_netns_client_release() 131 static const struct ns_common *nfs_netns_client_namespace(const struct kobject *kobj) in nfs_netns_client_namespace() 153 static void nfs_netns_object_release(struct kobject *kobj) in nfs_netns_object_release() 161 static const struct ns_common *nfs_netns_namespace(const struct kobject *kobj) in nfs_netns_namespace() 256 shutdown_show(struct kobject *kobj, struct kobj_attribute *attr, in shutdown_show() 265 shutdown_store(struct kobject *kobj, struct kobj_attribute *attr, in shutdown_store() [all …]
|
| /linux/fs/orangefs/ |
| H A D | orangefs-sysfs.c | 176 static ssize_t orangefs_attr_show(struct kobject *kobj, in orangefs_attr_show() 188 static ssize_t orangefs_attr_store(struct kobject *kobj, in orangefs_attr_store() 210 static ssize_t sysfs_int_show(struct kobject *kobj, in sysfs_int_show() 273 static ssize_t sysfs_int_store(struct kobject *kobj, in sysfs_int_store() 313 static ssize_t sysfs_service_op_show(struct kobject *kobj, in sysfs_service_op_show() 527 static ssize_t sysfs_service_op_store(struct kobject *kobj, in sysfs_service_op_store() 893 static void orangefs_obj_release(struct kobject *kobj) in orangefs_obj_release() 940 static void acache_orangefs_obj_release(struct kobject *kobj) in acache_orangefs_obj_release() 987 static void capcache_orangefs_obj_release(struct kobject *kobj) in capcache_orangefs_obj_release() 1034 static void ccache_orangefs_obj_release(struct kobject *kobj) in ccache_orangefs_obj_release() [all …]
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt-sysfs.c | 19 static void rtrs_clt_path_release(struct kobject *kobj) in rtrs_clt_path_release() 33 static void rtrs_clt_path_stats_release(struct kobject *kobj) in rtrs_clt_path_stats_release() 198 static ssize_t rtrs_clt_state_show(struct kobject *kobj, in rtrs_clt_state_show() 213 static ssize_t rtrs_clt_reconnect_show(struct kobject *kobj, in rtrs_clt_reconnect_show() 219 static ssize_t rtrs_clt_reconnect_store(struct kobject *kobj, in rtrs_clt_reconnect_store() 243 static ssize_t rtrs_clt_disconnect_show(struct kobject *kobj, in rtrs_clt_disconnect_show() 249 static ssize_t rtrs_clt_disconnect_store(struct kobject *kobj, in rtrs_clt_disconnect_store() 270 static ssize_t rtrs_clt_remove_path_show(struct kobject *kobj, in rtrs_clt_remove_path_show() 276 static ssize_t rtrs_clt_remove_path_store(struct kobject *kobj, in rtrs_clt_remove_path_store() 333 static ssize_t rtrs_clt_hca_port_show(struct kobject *kobj, in rtrs_clt_hca_port_show() [all …]
|
| /linux/drivers/parisc/ |
| H A D | pdc_stable.c | 93 struct kobject kobj; member 433 pdcspath_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in pdcspath_attr_show() 453 pdcspath_attr_store(struct kobject *kobj, struct attribute *attr, in pdcspath_attr_store() 516 static ssize_t pdcs_size_read(struct kobject *kobj, in pdcs_size_read() 538 static ssize_t pdcs_auto_read(struct kobject *kobj, in pdcs_auto_read() 565 static ssize_t pdcs_autoboot_read(struct kobject *kobj, in pdcs_autoboot_read() 577 static ssize_t pdcs_autosearch_read(struct kobject *kobj, in pdcs_autosearch_read() 591 static ssize_t pdcs_timer_read(struct kobject *kobj, in pdcs_timer_read() 618 static ssize_t pdcs_osid_read(struct kobject *kobj, in pdcs_osid_read() 640 static ssize_t pdcs_osdep1_read(struct kobject *kobj, in pdcs_osdep1_read() [all …]
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 225 static ssize_t state_show(struct kobject *kobj, in state_show() 250 static ssize_t nr_poll_queues_show(struct kobject *kobj, in nr_poll_queues_show() 263 static ssize_t mapping_path_show(struct kobject *kobj, in mapping_path_show() 276 static ssize_t access_mode_show(struct kobject *kobj, in access_mode_show() 289 static ssize_t rnbd_clt_unmap_dev_show(struct kobject *kobj, in rnbd_clt_unmap_dev_show() 296 static ssize_t rnbd_clt_unmap_dev_store(struct kobject *kobj, in rnbd_clt_unmap_dev_store() 359 static ssize_t rnbd_clt_resize_dev_show(struct kobject *kobj, in rnbd_clt_resize_dev_show() 367 static ssize_t rnbd_clt_resize_dev_store(struct kobject *kobj, in rnbd_clt_resize_dev_store() 392 static ssize_t rnbd_clt_remap_dev_show(struct kobject *kobj, in rnbd_clt_remap_dev_show() 398 static ssize_t rnbd_clt_remap_dev_store(struct kobject *kobj, in rnbd_clt_remap_dev_store() [all …]
|