Searched refs:fstrans_gone_count (Results 1 – 1 of 1) sorted by relevance
109 static int fstrans_gone_count; /* Number of fstrans_mount_info gone. */ variable284 KASSERT(fstrans_gone_count > 0); in fstrans_mount_dtor()285 fstrans_gone_count -= 1; in fstrans_mount_dtor()338 fstrans_gone_count += 1; in fstrans_unmount()606 if (__predict_false(fstrans_gone_count > 0)) in fstrans_done()