Searched refs:vfs_mount_print (Results 1 – 3 of 3) sorted by relevance
57 void vfs_mount_print(struct mount *, int, int (*)(const char *, ...));
368 vfs_mount_print((struct mount *) addr, full, db_printf); in db_mount_print_cmd()382 vfs_mount_print(mp, full, db_printf); in db_show_all_mounts()
2311 vfs_mount_print(struct mount *mp, int full, in vfs_mount_print() function