Home
last modified time | relevance | path

Searched refs:log_info_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c73 } log_info_t; typedef
79 static rl_result_t is_mounted(log_info_t *lip, char *dev);
80 static void cleanup(log_info_t *lip);
81 static rl_result_t make_mp(log_info_t *lip);
82 static rl_result_t rlflush(log_info_t *lip);
83 static rl_result_t rlmount(log_info_t *lip, int mntopt);
84 static rl_result_t rlumount(log_info_t *lip);
100 log_info_t li; in rl_roll_log()
155 cleanup(log_info_t *lip) in cleanup()
194 is_mounted(log_info_t *lip, char *dev) in is_mounted()
[all …]