Lines Matching refs:mtab_entry
149 struct mtab_entry { struct
160 struct mtab_entry *dfr_mte; argument
199 static struct mtab_entry *mount_table; /* array of mtab_entry's */
529 mount_table_allocated_entries * sizeof (struct mtab_entry)); in mtab_read_file()
533 struct mtab_entry *mtep; in mtab_read_file()
539 sizeof (struct mtab_entry)); in mtab_read_file()
667 struct mtab_entry *mtep = &mount_table[i]; in resource_mount_entry()
706 struct mtab_entry *mtep = &mount_table[i]; in bdev_mount_entry()
715 static struct mtab_entry *
718 struct mtab_entry *mtep = &mount_table[i]; in devid_matches()
761 struct mtab_entry *match, *tmatch; in path_mount_entry()