• Home
  • Raw
  • Download

Lines Matching refs:to_sbi

188 	struct hmdfs_sb_info *sbi = to_sbi(kobj);  in sbi_cmd_show()
220 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_cmd_store()
255 sbi = to_sbi(kobj); in sbi_status_show()
298 sbi = to_sbi(kobj); in sbi_stat_show()
328 sbi = to_sbi(kobj); in sbi_stat_store()
351 return snprintf(buf, PAGE_SIZE, "%u\n", to_sbi(kobj)->dcache_precision); in sbi_dcache_precision_show()
362 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dcache_precision_store()
383 to_sbi(kobj)->dcache_threshold); in sbi_dcache_threshold_show()
392 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dcache_threshold_store()
411 struct server_statistic *stat = to_sbi(kobj)->s_server_statis; in server_statistic_show()
441 struct client_statistic *stat = to_sbi(kobj)->s_client_statis; in client_statistic_show()
478 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in dirty_writeback_stats_show()
509 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_wb_timeout_ms_show()
518 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_wb_timeout_ms_store()
542 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_centisecs_show()
552 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_centisecs_store()
570 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_file_background_bytes_show()
581 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_file_background_bytes_store()
608 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_fs_background_bytes_show()
617 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_fs_background_bytes_store()
650 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_file_bytes_show()
659 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_file_bytes_store()
682 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_fs_bytes_show()
691 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_fs_bytes_store()
725 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_timelimit_show()
736 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_timelimit_store()
758 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_thresh_lowerlimit_show()
769 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_thresh_lowerlimit_store()
795 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_autothresh_show()
806 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_autothresh_store()
826 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_control_show()
836 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dirty_writeback_control_store()
856 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_srv_dirty_thresh_show()
867 struct hmdfs_server_writeback *hswb = to_sbi(kobj)->h_swb; in sbi_srv_dirty_thresh_store()
900 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_srv_dirty_wb_control_show()
911 struct hmdfs_server_writeback *hswb = to_sbi(kobj)->h_swb; in sbi_srv_dirty_wb_conctrol_store()
931 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dcache_timeout_show()
940 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_dcache_timeout_store()
965 to_sbi(kobj)->write_cache_timeout); in sbi_write_cache_timeout_sec_show()
973 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_write_cache_timeout_sec_store()
993 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_node_evt_cb_delay_show()
1003 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_node_evt_cb_delay_store()
1045 sbi = to_sbi(kobj); in sbi_show_idr_stats()
1086 const struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_srv_req_max_active_attr_show()
1096 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_srv_req_max_active_attr_store()
1136 return cache_file_show(to_sbi(kobj), &to_sbi(kobj)->client_cache, buf); in client_cache_file_show()
1141 return cache_file_show(to_sbi(kobj), &to_sbi(kobj)->server_cache, buf); in server_cache_file_show()
1152 return snprintf(buf, PAGE_SIZE, "%u\n", to_sbi(kobj)->seq); in sb_seq_show()
1160 struct hmdfs_sb_info *sbi = to_sbi(kobj); in peers_sum_attr_show()
1248 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_features_show()
1318 struct hmdfs_sb_info *sbi = to_sbi(kobj); in sbi_release()