Lines Matching defs:hmdfs_writeback
56 struct hmdfs_writeback { struct
57 struct hmdfs_sb_info *sbi;
58 struct bdi_writeback *wb;
60 bool dirty_writeback_control;
63 struct list_head inode_list_head;
64 spinlock_t inode_list_lock;
67 unsigned int dirty_writeback_interval;
69 unsigned long dirty_file_bg_bytes;
70 unsigned long dirty_file_bg_thresh;
72 unsigned long dirty_fs_bg_bytes;
73 unsigned long dirty_fs_bg_thresh;
75 unsigned long dirty_file_bytes;
76 unsigned long dirty_file_thresh;
78 unsigned long dirty_fs_bytes;
79 unsigned long dirty_fs_thresh;
81 unsigned long fs_bg_ratio;
82 unsigned long file_bg_ratio;
84 unsigned long fs_file_ratio;
92 bool dirty_auto_threshold;
93 unsigned int writeback_timelimit;
95 unsigned long bw_fs_thresh;
97 unsigned long bw_file_thresh;
122 void hmdfs_writeback_inodes_sb_handler(struct work_struct *work); argument
126 void hmdfs_calculate_dirty_thresh(struct hmdfs_writeback *hwb); argument