Searched defs:hammer_mount (Results 1 – 1 of 1) sorted by relevance
793 typedef struct hammer_mount { struct794 struct mount *mp;795 struct hammer_ino_rb_tree rb_inos_root;796 struct hammer_redo_rb_tree rb_redo_root;797 struct hammer_vol_rb_tree rb_vols_root;798 struct hammer_nod_rb_tree rb_nods_root;799 struct hammer_und_rb_tree rb_undo_root;800 struct hammer_res_rb_tree rb_resv_root;801 struct hammer_buf_rb_tree rb_bufs_root;802 struct hammer_pfs_rb_tree rb_pfsm_root;[all …]