Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Ddosfs.c43 typedef struct dos_mnt { struct
47 STAILQ_ENTRY(dos_mnt) dos_link; argument
50 typedef STAILQ_HEAD(dos_mnt_list, dos_mnt) dos_mnt_list_t;
319 STAILQ_REMOVE(&mnt_list, mnt, dos_mnt, dos_link); in dos_unmount()