log_info_t
log_info_t li;
cleanup(log_info_t *lip)
is_mounted(log_info_t *lip, char *dev)
make_mp(log_info_t *lip)
rlflush(log_info_t *lip)
rlmount(log_info_t *lip, int mntopt)
rlumount(log_info_t *lip)
log_info_t li;
static rl_result_t is_mounted(log_info_t *lip, char *dev);
static void cleanup(log_info_t *lip);
static rl_result_t make_mp(log_info_t *lip);
static rl_result_t rlflush(log_info_t *lip);
static rl_result_t rlmount(log_info_t *lip, int mntopt);
static rl_result_t rlumount(log_info_t *lip);