Searched defs:rlmount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c85 static rl_result_t rlmount(log_info_t *lip, int mntopt);
124 rv = rlmount(&li, RLM_RO);
364 * rlmount
367 * rlmount(log_infop, mntopt)
375 rlmount(log_info_t *lip, int mntopt) function
480 if (rlmount(&li, RLM_RW) != RL_SUCCESS) {

Completed in 45 milliseconds