HomeSort by: relevance | last modified time | path
    Searched refs:chfs_erase_info_priv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/chfs/
ebh.h 290 * struct chfs_erase_info_priv - private information for erase
294 struct chfs_erase_info_priv { struct
ebh.c 875 struct chfs_erase_info_priv *priv = (void *) ei->ei_priv;
961 + sizeof(struct chfs_erase_info_priv), KM_SLEEP);
971 ((struct chfs_erase_info_priv *) ei->ei_priv)->ebh = ebh;
972 ((struct chfs_erase_info_priv *) ei->ei_priv)->peb = peb;

Completed in 57 milliseconds