Home
last modified time | relevance | path

Searched refs:to_sbi (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Ddevice_node.c188 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()
[all …]
Ddevice_node.h95 static inline struct hmdfs_sb_info *to_sbi(struct kobject *x) in to_sbi() function