I am just learning how to modify the linux kernel. I am using gdb in order to debug the kernel remotely but my breakpoints (b console_init, b start_kernel) doesn't work. now I want to try to set a breakpoint when the ext4 filesystem is mounting. Can anyone please tell me where in the code have I to set the breakpoint?