Lines Matching refs:mtab_entry
155 struct mtab_entry { struct
166 struct mtab_entry *dfr_mte; argument
205 static struct mtab_entry *mount_table; /* array of mtab_entry's */
534 mount_table_allocated_entries * sizeof (struct mtab_entry)); in mtab_read_file()
538 struct mtab_entry *mtep; in mtab_read_file()
544 sizeof (struct mtab_entry)); in mtab_read_file()
671 struct mtab_entry *mtep = &mount_table[i]; in resource_mount_entry()
710 struct mtab_entry *mtep = &mount_table[i]; in bdev_mount_entry()
719 static struct mtab_entry *
722 struct mtab_entry *mtep = &mount_table[i]; in devid_matches()
765 struct mtab_entry *match, *tmatch; in path_mount_entry()