Searched defs:reiserfs_proc_info_data (Results 1 – 1 of 1) sorted by relevance
438 typedef struct reiserfs_proc_info_data { struct439 spinlock_t lock;440 int exiting;441 int max_hash_collisions;443 stat_cnt_t breads;444 stat_cnt_t bread_miss;445 stat_cnt_t search_by_key;446 stat_cnt_t search_by_key_fs_changed;447 stat_cnt_t search_by_key_restarted;449 stat_cnt_t insert_item_restarted;[all …]