Home
last modified time | relevance | path

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

/external/grub/stage2/
Dfilesys.h151 int (*mount_func) (void); member
Ddisk_io.c422 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()
429 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()