Searched defs:iso_mnt (Results 1 – 1 of 1) sorted by relevance
57 struct iso_mnt { struct58 int im_flags;59 int im_joliet_level;61 struct mount *im_mountp;85 #define VFSTOISOFS(mp) ((struct iso_mnt *)((mp)->mnt_data)) argument