Searched refs:mnt_throttle_info (Results 1 – 2 of 2) sorted by relevance
1648 if (mp->mnt_throttle_info) { in throttle_info_mount_ref()1649 throttle_info_rel(mp->mnt_throttle_info); in throttle_info_mount_ref()1651 mp->mnt_throttle_info = throttle_info; in throttle_info_mount_ref()1707 if (mp->mnt_throttle_info) { in throttle_info_mount_rel()1708 throttle_info_rel(mp->mnt_throttle_info); in throttle_info_mount_rel()1710 mp->mnt_throttle_info = NULL; in throttle_info_mount_rel()1726 } else if (mp->mnt_throttle_info == NULL) { in throttle_info_mount_reset_period()1729 info = mp->mnt_throttle_info; in throttle_info_mount_reset_period()1742 } else if (mp->mnt_throttle_info == NULL) { in throttle_info_get_last_io_time()1745 info = mp->mnt_throttle_info; in throttle_info_get_last_io_time()[all …]
149 void *mnt_throttle_info; /* used by the throttle code */ member