linux-0.11.dot 159 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  1. /* callgraph made with GNU cflow of all C source in Linux kernel 0.11
  2. (find ./ -name "*.c" -type f -exec cflow '{}' \;) >O
  3. cat O | tools/tree2dotx > linux-0.11.dot
  4. */
  5. digraph G{
  6. rankdir=LR;
  7. size="800,600";
  8. node [fontsize=10,fontcolor=red,style=filled,fillcolor=lightblue];
  9. "copy_mem() <int copy_mem (int nr, struct task_struct *p) at ./kernel/fork.c:40>:" -> "get_limit()";
  10. "copy_mem() <int copy_mem (int nr, struct task_struct *p) at ./kernel/fork.c:40>:" -> "get_base()";
  11. "copy_mem() <int copy_mem (int nr, struct task_struct *p) at ./kernel/fork.c:40>:" -> "panic()";
  12. "copy_mem() <int copy_mem (int nr, struct task_struct *p) at ./kernel/fork.c:40>:" -> "set_base()";
  13. "copy_mem() <int copy_mem (int nr, struct task_struct *p) at ./kernel/fork.c:40>:" -> "copy_page_tables()";
  14. "copy_mem() <int copy_mem (int nr, struct task_struct *p) at ./kernel/fork.c:40>:" -> "printk()";
  15. "copy_mem() <int copy_mem (int nr, struct task_struct *p) at ./kernel/fork.c:40>:" -> "free_page_tables()";
  16. "verify_area() <void verify_area (void *addr, int size) at ./kernel/fork.c:25>:" -> "get_base()";
  17. "verify_area() <void verify_area (void *addr, int size) at ./kernel/fork.c:25>:" -> "write_verify()";
  18. "hd_init() <void hd_init (void) at ./kernel/blk_drv/hd.c:343>:" -> "set_intr_gate()";
  19. "hd_init() <void hd_init (void) at ./kernel/blk_drv/hd.c:343>:" -> "outb_p()";
  20. "hd_init() <void hd_init (void) at ./kernel/blk_drv/hd.c:343>:" -> "inb_p()";
  21. "hd_init() <void hd_init (void) at ./kernel/blk_drv/hd.c:343>:" -> "outb()";
  22. "sys_setup() <int sys_setup (void *BIOS) at ./kernel/blk_drv/hd.c:71>:" -> "CMOS_READ()";
  23. "sys_setup() <int sys_setup (void *BIOS) at ./kernel/blk_drv/hd.c:71>:" -> "bread()";
  24. "sys_setup() <int sys_setup (void *BIOS) at ./kernel/blk_drv/hd.c:71>:" -> "printk()";
  25. "sys_setup() <int sys_setup (void *BIOS) at ./kernel/blk_drv/hd.c:71>:" -> "panic()";
  26. "sys_setup() <int sys_setup (void *BIOS) at ./kernel/blk_drv/hd.c:71>:" -> "brelse()";
  27. "sys_setup() <int sys_setup (void *BIOS) at ./kernel/blk_drv/hd.c:71>:" -> "rd_load()";
  28. "sys_setup() <int sys_setup (void *BIOS) at ./kernel/blk_drv/hd.c:71>:" -> "mount_root()";
  29. "unexpected_hd_interrupt() <void unexpected_hd_interrupt (void) at ./kernel/blk_drv/hd.c:237>:" -> "printk()";
  30. "do_rd_request() <void do_rd_request (void) at ./kernel/blk_drv/ramdisk.c:23>:" -> "MINOR()";
  31. "do_rd_request() <void do_rd_request (void) at ./kernel/blk_drv/ramdisk.c:23>:" -> "end_request()";
  32. "do_rd_request() <void do_rd_request (void) at ./kernel/blk_drv/ramdisk.c:23>:" -> "memcpy()";
  33. "do_rd_request() <void do_rd_request (void) at ./kernel/blk_drv/ramdisk.c:23>:" -> "panic()";
  34. "rd_load() <void rd_load (void) at ./kernel/blk_drv/ramdisk.c:71>:" -> "printk()";
  35. "rd_load() <void rd_load (void) at ./kernel/blk_drv/ramdisk.c:71>:" -> "MAJOR()";
  36. "rd_load() <void rd_load (void) at ./kernel/blk_drv/ramdisk.c:71>:" -> "breada()";
  37. "rd_load() <void rd_load (void) at ./kernel/blk_drv/ramdisk.c:71>:" -> "brelse()";
  38. "rd_load() <void rd_load (void) at ./kernel/blk_drv/ramdisk.c:71>:" -> "bread()";
  39. "rd_load() <void rd_load (void) at ./kernel/blk_drv/ramdisk.c:71>:" -> "memcpy()";
  40. "floppy_change() <int floppy_change (unsigned int nr) at ./kernel/blk_drv/floppy.c:139>:" -> "floppy_on()";
  41. "floppy_change() <int floppy_change (unsigned int nr) at ./kernel/blk_drv/floppy.c:139>:" -> "interruptible_sleep_on()";
  42. "floppy_change() <int floppy_change (unsigned int nr) at ./kernel/blk_drv/floppy.c:139>:" -> "inb()";
  43. "floppy_change() <int floppy_change (unsigned int nr) at ./kernel/blk_drv/floppy.c:139>:" -> "floppy_off()";
  44. "floppy_init() <void floppy_init (void) at ./kernel/blk_drv/floppy.c:457>:" -> "set_trap_gate()";
  45. "floppy_init() <void floppy_init (void) at ./kernel/blk_drv/floppy.c:457>:" -> "outb()";
  46. "floppy_init() <void floppy_init (void) at ./kernel/blk_drv/floppy.c:457>:" -> "inb_p()";
  47. "unexpected_floppy_interrupt() <void unexpected_floppy_interrupt (void) at ./kernel/blk_drv/floppy.c:353>:" -> "output_byte() <void output_byte (char byte) at ./kernel/blk_drv/floppy.c:194>:";
  48. "output_byte() <void output_byte (char byte) at ./kernel/blk_drv/floppy.c:194>:" -> "inb_p()";
  49. "output_byte() <void output_byte (char byte) at ./kernel/blk_drv/floppy.c:194>:" -> "outb()";
  50. "output_byte() <void output_byte (char byte) at ./kernel/blk_drv/floppy.c:194>:" -> "printk()";
  51. "unexpected_floppy_interrupt() <void unexpected_floppy_interrupt (void) at ./kernel/blk_drv/floppy.c:353>:" -> "result() <int result (void) at ./kernel/blk_drv/floppy.c:212>:";
  52. "result() <int result (void) at ./kernel/blk_drv/floppy.c:212>:" -> "inb_p()";
  53. "result() <int result (void) at ./kernel/blk_drv/floppy.c:212>:" -> "printk()";
  54. "ll_rw_block() <void ll_rw_block (int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:145>:" -> "MAJOR()";
  55. "ll_rw_block() <void ll_rw_block (int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:145>:" -> "printk()";
  56. "ll_rw_block() <void ll_rw_block (int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:145>:" -> "make_request() <void make_request (int major, int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:88>:";
  57. "make_request() <void make_request (int major, int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:88>:" -> "panic()";
  58. "make_request() <void make_request (int major, int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:88>:" -> "lock_buffer() <inline void lock_buffer (struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:42>:";
  59. "lock_buffer() <inline void lock_buffer (struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:42>:" -> "cli()";
  60. "lock_buffer() <inline void lock_buffer (struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:42>:" -> "sleep_on()";
  61. "lock_buffer() <inline void lock_buffer (struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:42>:" -> "sti()";
  62. "make_request() <void make_request (int major, int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:88>:" -> "unlock_buffer() <inline void unlock_buffer (struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:51>:";
  63. "unlock_buffer() <inline void unlock_buffer (struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:51>:" -> "printk()";
  64. "unlock_buffer() <inline void unlock_buffer (struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:51>:" -> "wake_up()";
  65. "make_request() <void make_request (int major, int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:88>:" -> "sleep_on()";
  66. "make_request() <void make_request (int major, int rw, struct buffer_head *bh) at ./kernel/blk_drv/ll_rw_blk.c:88>:" -> "add_request() <void add_request (struct blk_dev_struct *dev, struct request *req) at ./kernel/blk_drv/ll_rw_blk.c:64>:";
  67. "add_request() <void add_request (struct blk_dev_struct *dev, struct request *req) at ./kernel/blk_drv/ll_rw_blk.c:64>:" -> "cli()";
  68. "add_request() <void add_request (struct blk_dev_struct *dev, struct request *req) at ./kernel/blk_drv/ll_rw_blk.c:64>:" -> "sti()";
  69. "add_request() <void add_request (struct blk_dev_struct *dev, struct request *req) at ./kernel/blk_drv/ll_rw_blk.c:64>:" -> "IN_ORDER()";
  70. "math_emulate() <void math_emulate (long edi, long esi, long ebp, long sys_call_ret, long eax, long ebx, long ecx, long edx, unsigned short fs, unsigned short es, unsigned short ds, unsigned long eip, unsigned short cs, unsigned long eflags, unsigned short ss, unsigned long esp) at ./kernel/math/math_emulate.c:18>:" -> "printk()";
  71. "math_emulate() <void math_emulate (long edi, long esi, long ebp, long sys_call_ret, long eax, long ebx, long ecx, long edx, unsigned short fs, unsigned short es, unsigned short ds, unsigned long eip, unsigned short cs, unsigned long eflags, unsigned short ss, unsigned long esp) at ./kernel/math/math_emulate.c:18>:" -> "panic()";
  72. "math_emulate() <void math_emulate (long edi, long esi, long ebp, long sys_call_ret, long eax, long ebx, long ecx, long edx, unsigned short fs, unsigned short es, unsigned short ds, unsigned long eip, unsigned short cs, unsigned long eflags, unsigned short ss, unsigned long esp) at ./kernel/math/math_emulate.c:18>:" -> "get_fs_byte()";
  73. "do_signal() <void do_signal (long signr, long eax, long ebx, long ecx, long edx, long fs, long es, long ds, long eip, long cs, long eflags, unsigned long *esp, long ss) at ./kernel/signal.c:82>:" -> "do_exit()";
  74. "do_signal() <void do_signal (long signr, long eax, long ebx, long ecx, long edx, long fs, long es, long ds, long eip, long cs, long eflags, unsigned long *esp, long ss) at ./kernel/signal.c:82>:" -> "verify_area()";
  75. "do_signal() <void do_signal (long signr, long eax, long ebx, long ecx, long edx, long fs, long es, long ds, long eip, long cs, long eflags, unsigned long *esp, long ss) at ./kernel/signal.c:82>:" -> "put_fs_long()";
  76. "sys_sigaction() <int sys_sigaction (int signum, const struct sigaction *action, struct sigaction *oldaction) at ./kernel/signal.c:63>:" -> "get_new() <inline void get_new (char *from, char *to) at ./kernel/signal.c:40>:";
  77. "get_new() <inline void get_new (char *from, char *to) at ./kernel/signal.c:40>:" -> "get_fs_byte()";
  78. "sys_sigaction() <int sys_sigaction (int signum, const struct sigaction *action, struct sigaction *oldaction) at ./kernel/signal.c:63>:" -> "save_old() <inline void save_old (char *from, char *to) at ./kernel/signal.c:28>:";
  79. "save_old() <inline void save_old (char *from, char *to) at ./kernel/signal.c:28>:" -> "verify_area()";
  80. "save_old() <inline void save_old (char *from, char *to) at ./kernel/signal.c:28>:" -> "put_fs_byte()";
  81. "sys_exit() <int sys_exit (int error_code) at ./kernel/exit.c:136>:" -> "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:";
  82. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "free_page_tables()";
  83. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "get_base()";
  84. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "get_limit()";
  85. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "send_sig() <inline int send_sig (long sig, struct task_struct *p, int priv) at ./kernel/exit.c:35>:";
  86. "send_sig() <inline int send_sig (long sig, struct task_struct *p, int priv) at ./kernel/exit.c:35>:" -> "suser()";
  87. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "sys_close()";
  88. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "iput()";
  89. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "kill_session() <void kill_session (void) at ./kernel/exit.c:46>:";
  90. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "tell_father() <void tell_father (int pid) at ./kernel/exit.c:83>:";
  91. "tell_father() <void tell_father (int pid) at ./kernel/exit.c:83>:" -> "printk()";
  92. "tell_father() <void tell_father (int pid) at ./kernel/exit.c:83>:" -> "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:";
  93. "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:" -> "free_page()";
  94. "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:" -> "schedule()";
  95. "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:" -> "panic()";
  96. "do_exit() <int do_exit (long code) at ./kernel/exit.c:102>:" -> "schedule()";
  97. "sys_kill() <int sys_kill (int pid, int sig) at ./kernel/exit.c:60>:" -> "send_sig() <inline int send_sig (long sig, struct task_struct *p, int priv) at ./kernel/exit.c:35>:";
  98. "send_sig() <inline int send_sig (long sig, struct task_struct *p, int priv) at ./kernel/exit.c:35>:" -> "suser()";
  99. "sys_waitpid() <int sys_waitpid (pid_t pid, unsigned long *stat_addr, int options) at ./kernel/exit.c:141>:" -> "verify_area()";
  100. "sys_waitpid() <int sys_waitpid (pid_t pid, unsigned long *stat_addr, int options) at ./kernel/exit.c:141>:" -> "put_fs_long()";
  101. "sys_waitpid() <int sys_waitpid (pid_t pid, unsigned long *stat_addr, int options) at ./kernel/exit.c:141>:" -> "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:";
  102. "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:" -> "free_page()";
  103. "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:" -> "schedule()";
  104. "release() <void release (struct task_struct *p) at ./kernel/exit.c:19>:" -> "panic()";
  105. "sys_waitpid() <int sys_waitpid (pid_t pid, unsigned long *stat_addr, int options) at ./kernel/exit.c:141>:" -> "schedule()";
  106. "do_tty_interrupt() <void do_tty_interrupt (int tty) at ./kernel/chr_drv/tty_io.c:343>:" -> "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:";
  107. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "EMPTY()";
  108. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "FULL()";
  109. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "GETCH()";
  110. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "I_CRNL()";
  111. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "I_NOCR()";
  112. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "I_NLCR()";
  113. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "I_UCLC()";
  114. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "tolower()";
  115. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "L_CANON()";
  116. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "KILL_CHAR()";
  117. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "LAST()";
  118. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "EOF_CHAR()";
  119. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "L_ECHO()";
  120. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "PUTCH()";
  121. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "DEC()";
  122. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "ERASE_CHAR()";
  123. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "STOP_CHAR()";
  124. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "START_CHAR()";
  125. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "L_ISIG()";
  126. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "INTR_CHAR()";
  127. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "tty_intr() <void tty_intr (struct tty_struct *tty, int mask) at ./kernel/chr_drv/tty_io.c:111>:";
  128. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "QUIT_CHAR()";
  129. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "L_ECHOCTL()";
  130. "copy_to_cooked() <void copy_to_cooked (struct tty_struct *tty) at ./kernel/chr_drv/tty_io.c:145>:" -> "wake_up()";
  131. "tty_init() <void tty_init (void) at ./kernel/chr_drv/tty_io.c:105>:" -> "rs_init()";
  132. "tty_init() <void tty_init (void) at ./kernel/chr_drv/tty_io.c:105>:" -> "con_init()";
  133. "tty_read() <int tty_read (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:230>:" -> "EMPTY()";
  134. "tty_read() <int tty_read (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:230>:" -> "L_CANON()";
  135. "tty_read() <int tty_read (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:230>:" -> "LEFT()";
  136. "tty_read() <int tty_read (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:230>:" -> "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:";
  137. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "cli()";
  138. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "EMPTY()";
  139. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "interruptible_sleep_on()";
  140. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "sti()";
  141. "tty_read() <int tty_read (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:230>:" -> "GETCH()";
  142. "tty_read() <int tty_read (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:230>:" -> "EOF_CHAR()";
  143. "tty_read() <int tty_read (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:230>:" -> "put_fs_byte()";
  144. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "sleep_if_full() <void sleep_if_full (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:130>:";
  145. "sleep_if_full() <void sleep_if_full (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:130>:" -> "FULL()";
  146. "sleep_if_full() <void sleep_if_full (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:130>:" -> "cli()";
  147. "sleep_if_full() <void sleep_if_full (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:130>:" -> "LEFT()";
  148. "sleep_if_full() <void sleep_if_full (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:130>:" -> "interruptible_sleep_on()";
  149. "sleep_if_full() <void sleep_if_full (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:130>:" -> "sti()";
  150. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "FULL()";
  151. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "get_fs_byte()";
  152. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "O_POST()";
  153. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "O_CRNL()";
  154. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "O_NLRET()";
  155. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "O_NLCR()";
  156. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "PUTCH()";
  157. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "O_LCUC()";
  158. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "toupper()";
  159. "tty_write() <int tty_write (unsigned channel, char *buf, int nr) at ./kernel/chr_drv/tty_io.c:291>:" -> "schedule()";
  160. "wait_for_keypress() <void wait_for_keypress (void) at ./kernel/chr_drv/tty_io.c:140>:" -> "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:";
  161. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "cli()";
  162. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "EMPTY()";
  163. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "interruptible_sleep_on()";
  164. "sleep_if_empty() <void sleep_if_empty (struct tty_queue *queue) at ./kernel/chr_drv/tty_io.c:122>:" -> "sti()";
  165. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "MAJOR()";
  166. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "panic()";
  167. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "MINOR()";
  168. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "get_termios() <int get_termios (struct tty_struct *tty, struct termios *termios) at ./kernel/chr_drv/tty_ioctl.c:56>:";
  169. "get_termios() <int get_termios (struct tty_struct *tty, struct termios *termios) at ./kernel/chr_drv/tty_ioctl.c:56>:" -> "verify_area()";
  170. "get_termios() <int get_termios (struct tty_struct *tty, struct termios *termios) at ./kernel/chr_drv/tty_ioctl.c:56>:" -> "put_fs_byte()";
  171. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "flush() <void flush (struct tty_queue *queue) at ./kernel/chr_drv/tty_ioctl.c:39>:";
  172. "flush() <void flush (struct tty_queue *queue) at ./kernel/chr_drv/tty_ioctl.c:39>:" -> "cli()";
  173. "flush() <void flush (struct tty_queue *queue) at ./kernel/chr_drv/tty_ioctl.c:39>:" -> "sti()";
  174. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "wait_until_sent() <void wait_until_sent (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:46>";
  175. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "set_termios() <int set_termios (struct tty_struct *tty, struct termios *termios) at ./kernel/chr_drv/tty_ioctl.c:66>:";
  176. "set_termios() <int set_termios (struct tty_struct *tty, struct termios *termios) at ./kernel/chr_drv/tty_ioctl.c:66>:" -> "get_fs_byte()";
  177. "set_termios() <int set_termios (struct tty_struct *tty, struct termios *termios) at ./kernel/chr_drv/tty_ioctl.c:66>:" -> "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:";
  178. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "cli()";
  179. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "outb_p()";
  180. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "outb()";
  181. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "sti()";
  182. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "get_termio() <int get_termio (struct tty_struct *tty, struct termio *termio) at ./kernel/chr_drv/tty_ioctl.c:76>:";
  183. "get_termio() <int get_termio (struct tty_struct *tty, struct termio *termio) at ./kernel/chr_drv/tty_ioctl.c:76>:" -> "verify_area()";
  184. "get_termio() <int get_termio (struct tty_struct *tty, struct termio *termio) at ./kernel/chr_drv/tty_ioctl.c:76>:" -> "put_fs_byte()";
  185. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "set_termio() <int set_termio (struct tty_struct *tty, struct termio *termio) at ./kernel/chr_drv/tty_ioctl.c:97>:";
  186. "set_termio() <int set_termio (struct tty_struct *tty, struct termio *termio) at ./kernel/chr_drv/tty_ioctl.c:97>:" -> "get_fs_byte()";
  187. "set_termio() <int set_termio (struct tty_struct *tty, struct termio *termio) at ./kernel/chr_drv/tty_ioctl.c:97>:" -> "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:";
  188. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "cli()";
  189. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "outb_p()";
  190. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "outb()";
  191. "change_speed() <void change_speed (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:24>:" -> "sti()";
  192. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "send_break() <void send_break (struct tty_struct *tty) at ./kernel/chr_drv/tty_ioctl.c:51>";
  193. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "verify_area()";
  194. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "put_fs_long()";
  195. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "get_fs_long()";
  196. "tty_ioctl() <int tty_ioctl (int dev, int cmd, int arg) at ./kernel/chr_drv/tty_ioctl.c:115>:" -> "CHARS()";
  197. "rs_init() <void rs_init (void) at ./kernel/chr_drv/serial.c:37>:" -> "set_intr_gate()";
  198. "rs_init() <void rs_init (void) at ./kernel/chr_drv/serial.c:37>:" -> "init() <void init (int port) at ./kernel/chr_drv/serial.c:26>:";
  199. "init() <void init (int port) at ./kernel/chr_drv/serial.c:26>:" -> "outb_p()";
  200. "init() <void init (int port) at ./kernel/chr_drv/serial.c:26>:" -> "inb()";
  201. "rs_init() <void rs_init (void) at ./kernel/chr_drv/serial.c:37>:" -> "outb()";
  202. "rs_init() <void rs_init (void) at ./kernel/chr_drv/serial.c:37>:" -> "inb_p()";
  203. "rs_write() <void rs_write (struct tty_struct *tty) at ./kernel/chr_drv/serial.c:53>:" -> "cli()";
  204. "rs_write() <void rs_write (struct tty_struct *tty) at ./kernel/chr_drv/serial.c:53>:" -> "EMPTY()";
  205. "rs_write() <void rs_write (struct tty_struct *tty) at ./kernel/chr_drv/serial.c:53>:" -> "outb()";
  206. "rs_write() <void rs_write (struct tty_struct *tty) at ./kernel/chr_drv/serial.c:53>:" -> "inb_p()";
  207. "rs_write() <void rs_write (struct tty_struct *tty) at ./kernel/chr_drv/serial.c:53>:" -> "sti()";
  208. "con_init() <void con_init (void) at ./kernel/chr_drv/console.c:617>:" -> "gotoxy() <inline void gotoxy (unsigned int new_x, unsigned int new_y) at ./kernel/chr_drv/console.c:88>:";
  209. "con_init() <void con_init (void) at ./kernel/chr_drv/console.c:617>:" -> "set_trap_gate()";
  210. "con_init() <void con_init (void) at ./kernel/chr_drv/console.c:617>:" -> "outb_p()";
  211. "con_init() <void con_init (void) at ./kernel/chr_drv/console.c:617>:" -> "inb_p()";
  212. "con_init() <void con_init (void) at ./kernel/chr_drv/console.c:617>:" -> "outb()";
  213. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "CHARS()";
  214. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "GETCH()";
  215. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "lf() <void lf (void) at ./kernel/chr_drv/console.c:204>:";
  216. "lf() <void lf (void) at ./kernel/chr_drv/console.c:204>:" -> "scrup() <void scrup (void) at ./kernel/chr_drv/console.c:107>:";
  217. "scrup() <void scrup (void) at ./kernel/chr_drv/console.c:107>:" -> "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:";
  218. "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:" -> "cli()";
  219. "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:" -> "outb_p()";
  220. "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:" -> "sti()";
  221. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "cr() <void cr (void) at ./kernel/chr_drv/console.c:224>:";
  222. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "ERASE_CHAR()";
  223. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "del() <void del (void) at ./kernel/chr_drv/console.c:230>:";
  224. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "sysbeep() <void sysbeep (void) at ./kernel/chr_drv/console.c:699>:";
  225. "sysbeep() <void sysbeep (void) at ./kernel/chr_drv/console.c:699>:" -> "outb_p()";
  226. "sysbeep() <void sysbeep (void) at ./kernel/chr_drv/console.c:699>:" -> "inb_p()";
  227. "sysbeep() <void sysbeep (void) at ./kernel/chr_drv/console.c:699>:" -> "outb()";
  228. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "gotoxy() <inline void gotoxy (unsigned int new_x, unsigned int new_y) at ./kernel/chr_drv/console.c:88>:";
  229. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "ri() <void ri (void) at ./kernel/chr_drv/console.c:214>:";
  230. "ri() <void ri (void) at ./kernel/chr_drv/console.c:214>:" -> "scrdown() <void scrdown (void) at ./kernel/chr_drv/console.c:170>:";
  231. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "respond() <void respond (struct tty_struct *tty) at ./kernel/chr_drv/console.c:323>:";
  232. "respond() <void respond (struct tty_struct *tty) at ./kernel/chr_drv/console.c:323>:" -> "cli()";
  233. "respond() <void respond (struct tty_struct *tty) at ./kernel/chr_drv/console.c:323>:" -> "PUTCH()";
  234. "respond() <void respond (struct tty_struct *tty) at ./kernel/chr_drv/console.c:323>:" -> "sti()";
  235. "respond() <void respond (struct tty_struct *tty) at ./kernel/chr_drv/console.c:323>:" -> "copy_to_cooked()";
  236. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "save_cur() <void save_cur (void) at ./kernel/chr_drv/console.c:434>:";
  237. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "restore_cur() <void restore_cur (void) at ./kernel/chr_drv/console.c:440>:";
  238. "restore_cur() <void restore_cur (void) at ./kernel/chr_drv/console.c:440>:" -> "gotoxy() <inline void gotoxy (unsigned int new_x, unsigned int new_y) at ./kernel/chr_drv/console.c:88>:";
  239. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "csi_J() <void csi_J (int par) at ./kernel/chr_drv/console.c:239>:";
  240. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "csi_K() <void csi_K (int par) at ./kernel/chr_drv/console.c:268>:";
  241. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "csi_L() <void csi_L (unsigned int nr) at ./kernel/chr_drv/console.c:401>:";
  242. "csi_L() <void csi_L (unsigned int nr) at ./kernel/chr_drv/console.c:401>:" -> "insert_line() <void insert_line (void) at ./kernel/chr_drv/console.c:350>:";
  243. "insert_line() <void insert_line (void) at ./kernel/chr_drv/console.c:350>:" -> "scrdown() <void scrdown (void) at ./kernel/chr_drv/console.c:170>:";
  244. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "csi_M() <void csi_M (unsigned int nr) at ./kernel/chr_drv/console.c:421>:";
  245. "csi_M() <void csi_M (unsigned int nr) at ./kernel/chr_drv/console.c:421>:" -> "delete_line() <void delete_line (void) at ./kernel/chr_drv/console.c:378>:";
  246. "delete_line() <void delete_line (void) at ./kernel/chr_drv/console.c:378>:" -> "scrup() <void scrup (void) at ./kernel/chr_drv/console.c:107>:";
  247. "scrup() <void scrup (void) at ./kernel/chr_drv/console.c:107>:" -> "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:";
  248. "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:" -> "cli()";
  249. "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:" -> "outb_p()";
  250. "set_origin() <inline void set_origin (void) at ./kernel/chr_drv/console.c:97>:" -> "sti()";
  251. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "csi_P() <void csi_P (unsigned int nr) at ./kernel/chr_drv/console.c:411>:";
  252. "csi_P() <void csi_P (unsigned int nr) at ./kernel/chr_drv/console.c:411>:" -> "delete_char() <void delete_char (void) at ./kernel/chr_drv/console.c:363>:";
  253. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "csi_at() <void csi_at (unsigned int nr) at ./kernel/chr_drv/console.c:391>:";
  254. "csi_at() <void csi_at (unsigned int nr) at ./kernel/chr_drv/console.c:391>:" -> "insert_char() <void insert_char (void) at ./kernel/chr_drv/console.c:336>:";
  255. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "csi_m() <void csi_m (void) at ./kernel/chr_drv/console.c:299>:";
  256. "con_write() <void con_write (struct tty_struct *tty) at ./kernel/chr_drv/console.c:445>:" -> "set_cursor() <inline void set_cursor (void) at ./kernel/chr_drv/console.c:313>:";
  257. "set_cursor() <inline void set_cursor (void) at ./kernel/chr_drv/console.c:313>:" -> "cli()";
  258. "set_cursor() <inline void set_cursor (void) at ./kernel/chr_drv/console.c:313>:" -> "outb_p()";
  259. "set_cursor() <inline void set_cursor (void) at ./kernel/chr_drv/console.c:313>:" -> "sti()";
  260. "sysbeepstop() <void sysbeepstop (void) at ./kernel/chr_drv/console.c:691>:" -> "outb()";
  261. "sysbeepstop() <void sysbeepstop (void) at ./kernel/chr_drv/console.c:691>:" -> "inb_p()";
  262. "vsprintf() <int vsprintf (char *buf, const char *fmt, va_list args) at ./kernel/vsprintf.c:94>:" -> "is_digit()";
  263. "vsprintf() <int vsprintf (char *buf, const char *fmt, va_list args) at ./kernel/vsprintf.c:94>:" -> "skip_atoi() <int skip_atoi (const char **s) at ./kernel/vsprintf.c:18>:";
  264. "skip_atoi() <int skip_atoi (const char **s) at ./kernel/vsprintf.c:18>:" -> "is_digit()";
  265. "vsprintf() <int vsprintf (char *buf, const char *fmt, va_list args) at ./kernel/vsprintf.c:94>:" -> "va_arg()";
  266. "vsprintf() <int vsprintf (char *buf, const char *fmt, va_list args) at ./kernel/vsprintf.c:94>:" -> "strlen()";
  267. "vsprintf() <int vsprintf (char *buf, const char *fmt, va_list args) at ./kernel/vsprintf.c:94>:" -> "number() <char *number (char *str, int num, int base, int size, int precision, int type) at ./kernel/vsprintf.c:40>:";
  268. "number() <char *number (char *str, int num, int base, int size, int precision, int type) at ./kernel/vsprintf.c:40>:" -> "do_div()";
  269. "printk() <int printk (const char *fmt, ...) at ./kernel/printk.c:21>:" -> "va_start()";
  270. "printk() <int printk (const char *fmt, ...) at ./kernel/printk.c:21>:" -> "vsprintf()";
  271. "printk() <int printk (const char *fmt, ...) at ./kernel/printk.c:21>:" -> "va_end()";
  272. "add_timer() <void add_timer (long jiffies, void (*fn) (void)) at ./kernel/sched.c:272>:" -> "cli()";
  273. "add_timer() <void add_timer (long jiffies, void (*fn) (void)) at ./kernel/sched.c:272>:" -> "panic()";
  274. "add_timer() <void add_timer (long jiffies, void (*fn) (void)) at ./kernel/sched.c:272>:" -> "sti()";
  275. "do_timer() <void do_timer (long cpl) at ./kernel/sched.c:305>:" -> "sysbeepstop()";
  276. "do_timer() <void do_timer (long cpl) at ./kernel/sched.c:305>:" -> "do_floppy_timer() <void do_floppy_timer (void) at ./kernel/sched.c:245>:";
  277. "do_floppy_timer() <void do_floppy_timer (void) at ./kernel/sched.c:245>:" -> "wake_up() <void wake_up (struct task_struct **p) at ./kernel/sched.c:188>:";
  278. "do_floppy_timer() <void do_floppy_timer (void) at ./kernel/sched.c:245>:" -> "outb()";
  279. "do_timer() <void do_timer (long cpl) at ./kernel/sched.c:305>:" -> "schedule() <void schedule (void) at ./kernel/sched.c:104>:";
  280. "schedule() <void schedule (void) at ./kernel/sched.c:104>:" -> "switch_to()";
  281. "floppy_on() <void floppy_on (unsigned int nr) at ./kernel/sched.c:232>:" -> "cli()";
  282. "floppy_on() <void floppy_on (unsigned int nr) at ./kernel/sched.c:232>:" -> "ticks_to_floppy_on() <int ticks_to_floppy_on (unsigned int nr) at ./kernel/sched.c:206>:";
  283. "ticks_to_floppy_on() <int ticks_to_floppy_on (unsigned int nr) at ./kernel/sched.c:206>:" -> "panic()";
  284. "ticks_to_floppy_on() <int ticks_to_floppy_on (unsigned int nr) at ./kernel/sched.c:206>:" -> "cli()";
  285. "ticks_to_floppy_on() <int ticks_to_floppy_on (unsigned int nr) at ./kernel/sched.c:206>:" -> "outb()";
  286. "ticks_to_floppy_on() <int ticks_to_floppy_on (unsigned int nr) at ./kernel/sched.c:206>:" -> "sti()";
  287. "floppy_on() <void floppy_on (unsigned int nr) at ./kernel/sched.c:232>:" -> "sleep_on() <void sleep_on (struct task_struct **p) at ./kernel/sched.c:151>:";
  288. "sleep_on() <void sleep_on (struct task_struct **p) at ./kernel/sched.c:151>:" -> "panic()";
  289. "sleep_on() <void sleep_on (struct task_struct **p) at ./kernel/sched.c:151>:" -> "schedule() <void schedule (void) at ./kernel/sched.c:104>:";
  290. "schedule() <void schedule (void) at ./kernel/sched.c:104>:" -> "switch_to()";
  291. "floppy_on() <void floppy_on (unsigned int nr) at ./kernel/sched.c:232>:" -> "sti()";
  292. "interruptible_sleep_on() <void interruptible_sleep_on (struct task_struct **p) at ./kernel/sched.c:167>:" -> "panic()";
  293. "interruptible_sleep_on() <void interruptible_sleep_on (struct task_struct **p) at ./kernel/sched.c:167>:" -> "schedule() <void schedule (void) at ./kernel/sched.c:104>:";
  294. "schedule() <void schedule (void) at ./kernel/sched.c:104>:" -> "switch_to()";
  295. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "panic()";
  296. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "set_tss_desc()";
  297. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "set_ldt_desc()";
  298. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "ltr()";
  299. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "lldt()";
  300. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "outb_p()";
  301. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "outb()";
  302. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "set_intr_gate()";
  303. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "inb_p()";
  304. "sched_init() <void sched_init (void) at ./kernel/sched.c:385>:" -> "set_system_gate()";
  305. "show_stat() <void show_stat (void) at ./kernel/sched.c:37>:" -> "show_task() <void show_task (int nr, struct task_struct *p) at ./kernel/sched.c:26>:";
  306. "show_task() <void show_task (int nr, struct task_struct *p) at ./kernel/sched.c:26>:" -> "printk()";
  307. "sys_pause() <int sys_pause (void) at ./kernel/sched.c:144>:" -> "schedule() <void schedule (void) at ./kernel/sched.c:104>:";
  308. "schedule() <void schedule (void) at ./kernel/sched.c:104>:" -> "switch_to()";
  309. "sys_setgid() <int sys_setgid (int gid) at ./kernel/sys.c:72>:" -> "sys_setregid() <int sys_setregid (int rgid, int egid) at ./kernel/sys.c:51>:";
  310. "sys_setregid() <int sys_setregid (int rgid, int egid) at ./kernel/sys.c:51>:" -> "suser()";
  311. "sys_setsid() <int sys_setsid (void) at ./kernel/sys.c:206>:" -> "suser()";
  312. "sys_setuid() <int sys_setuid (int uid) at ./kernel/sys.c:143>:" -> "sys_setreuid() <int sys_setreuid (int ruid, int euid) at ./kernel/sys.c:118>:";
  313. "sys_setreuid() <int sys_setreuid (int ruid, int euid) at ./kernel/sys.c:118>:" -> "suser()";
  314. "sys_stime() <int sys_stime (long *tptr) at ./kernel/sys.c:148>:" -> "suser()";
  315. "sys_stime() <int sys_stime (long *tptr) at ./kernel/sys.c:148>:" -> "get_fs_long()";
  316. "sys_time() <int sys_time (long *tloc) at ./kernel/sys.c:102>:" -> "verify_area()";
  317. "sys_time() <int sys_time (long *tloc) at ./kernel/sys.c:102>:" -> "put_fs_long()";
  318. "sys_times() <int sys_times (struct tms *tbuf) at ./kernel/sys.c:156>:" -> "verify_area()";
  319. "sys_times() <int sys_times (struct tms *tbuf) at ./kernel/sys.c:156>:" -> "put_fs_long()";
  320. "sys_uname() <int sys_uname (struct utsname *name) at ./kernel/sys.c:216>:" -> "verify_area()";
  321. "sys_uname() <int sys_uname (struct utsname *name) at ./kernel/sys.c:216>:" -> "put_fs_byte()";
  322. "panic() <void panic (const char *s) at ./kernel/panic.c:18>:" -> "printk()";
  323. "panic() <void panic (const char *s) at ./kernel/panic.c:18>:" -> "sys_sync()";
  324. "do_bounds() <void do_bounds (long esp, long error_code) at ./kernel/traps.c:134>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  325. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  326. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  327. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  328. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  329. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  330. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  331. "do_coprocessor_error() <void do_coprocessor_error (long esp, long error_code) at ./kernel/traps.c:169>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  332. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  333. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  334. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  335. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  336. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  337. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  338. "do_coprocessor_segment_overrun() <void do_coprocessor_segment_overrun (long esp, long error_code) at ./kernel/traps.c:149>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  339. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  340. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  341. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  342. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  343. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  344. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  345. "do_debug() <void do_debug (long esp, long error_code) at ./kernel/traps.c:124>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  346. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  347. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  348. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  349. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  350. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  351. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  352. "do_device_not_available() <void do_device_not_available (long esp, long error_code) at ./kernel/traps.c:144>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  353. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  354. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  355. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  356. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  357. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  358. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  359. "do_divide_error() <void do_divide_error (long esp, long error_code) at ./kernel/traps.c:97>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  360. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  361. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  362. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  363. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  364. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  365. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  366. "do_double_fault() <void do_double_fault (long esp, long error_code) at ./kernel/traps.c:87>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  367. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  368. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  369. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  370. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  371. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  372. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  373. "do_general_protection() <void do_general_protection (long esp, long error_code) at ./kernel/traps.c:92>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  374. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  375. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  376. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  377. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  378. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  379. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  380. "do_int3() <void do_int3 (long *esp, long error_code, long fs, long es, long ds, long ebp, long esi, long edi, long edx, long ecx, long ebx, long eax) at ./kernel/traps.c:102>:" -> "printk()";
  381. "do_invalid_TSS() <void do_invalid_TSS (long esp, long error_code) at ./kernel/traps.c:154>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  382. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  383. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  384. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  385. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  386. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  387. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  388. "do_invalid_op() <void do_invalid_op (long esp, long error_code) at ./kernel/traps.c:139>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  389. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  390. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  391. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  392. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  393. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  394. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  395. "do_nmi() <void do_nmi (long esp, long error_code) at ./kernel/traps.c:119>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  396. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  397. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  398. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  399. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  400. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  401. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  402. "do_overflow() <void do_overflow (long esp, long error_code) at ./kernel/traps.c:129>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  403. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  404. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  405. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  406. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  407. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  408. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  409. "do_reserved() <void do_reserved (long esp, long error_code) at ./kernel/traps.c:176>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  410. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  411. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  412. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  413. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  414. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  415. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  416. "do_segment_not_present() <void do_segment_not_present (long esp, long error_code) at ./kernel/traps.c:159>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  417. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  418. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  419. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  420. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  421. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  422. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  423. "do_stack_segment() <void do_stack_segment (long esp, long error_code) at ./kernel/traps.c:164>:" -> "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:";
  424. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "printk()";
  425. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_base()";
  426. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_limit()";
  427. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_long()";
  428. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "get_seg_byte()";
  429. "die() <void die (char *str, long esp_ptr, long nr) at ./kernel/traps.c:63>:" -> "do_exit()";
  430. "trap_init() <void trap_init (void) at ./kernel/traps.c:181>:" -> "set_trap_gate()";
  431. "trap_init() <void trap_init (void) at ./kernel/traps.c:181>:" -> "set_system_gate()";
  432. "trap_init() <void trap_init (void) at ./kernel/traps.c:181>:" -> "outb_p()";
  433. "trap_init() <void trap_init (void) at ./kernel/traps.c:181>:" -> "inb_p()";
  434. "trap_init() <void trap_init (void) at ./kernel/traps.c:181>:" -> "outb()";
  435. "main() <void main (void) at ./init/main.c:106>:" -> "rd_init()";
  436. "main() <void main (void) at ./init/main.c:106>:" -> "mem_init()";
  437. "main() <void main (void) at ./init/main.c:106>:" -> "trap_init()";
  438. "main() <void main (void) at ./init/main.c:106>:" -> "blk_dev_init()";
  439. "main() <void main (void) at ./init/main.c:106>:" -> "chr_dev_init()";
  440. "main() <void main (void) at ./init/main.c:106>:" -> "tty_init()";
  441. "main() <void main (void) at ./init/main.c:106>:" -> "time_init() <void time_init (void) at ./init/main.c:78>:";
  442. "time_init() <void time_init (void) at ./init/main.c:78>:" -> "CMOS_READ()";
  443. "time_init() <void time_init (void) at ./init/main.c:78>:" -> "BCD_TO_BIN()";
  444. "time_init() <void time_init (void) at ./init/main.c:78>:" -> "kernel_mktime()";
  445. "main() <void main (void) at ./init/main.c:106>:" -> "sched_init()";
  446. "main() <void main (void) at ./init/main.c:106>:" -> "buffer_init()";
  447. "main() <void main (void) at ./init/main.c:106>:" -> "hd_init()";
  448. "main() <void main (void) at ./init/main.c:106>:" -> "floppy_init()";
  449. "main() <void main (void) at ./init/main.c:106>:" -> "sti()";
  450. "main() <void main (void) at ./init/main.c:106>:" -> "move_to_user_mode()";
  451. "main() <void main (void) at ./init/main.c:106>:" -> "fork()";
  452. "main() <void main (void) at ./init/main.c:106>:" -> "init() <void init (void) at ./init/main.c:171>:";
  453. "init() <void init (void) at ./init/main.c:171>:" -> "setup()";
  454. "init() <void init (void) at ./init/main.c:171>:" -> "open()";
  455. "init() <void init (void) at ./init/main.c:171>:" -> "dup()";
  456. "init() <void init (void) at ./init/main.c:171>:" -> "printf() <int printf (const char *fmt, ...) at ./init/main.c:154>:";
  457. "printf() <int printf (const char *fmt, ...) at ./init/main.c:154>:" -> "va_start()";
  458. "printf() <int printf (const char *fmt, ...) at ./init/main.c:154>:" -> "write()";
  459. "printf() <int printf (const char *fmt, ...) at ./init/main.c:154>:" -> "vsprintf()";
  460. "printf() <int printf (const char *fmt, ...) at ./init/main.c:154>:" -> "va_end()";
  461. "init() <void init (void) at ./init/main.c:171>:" -> "fork()";
  462. "init() <void init (void) at ./init/main.c:171>:" -> "close()";
  463. "init() <void init (void) at ./init/main.c:171>:" -> "execve()";
  464. "init() <void init (void) at ./init/main.c:171>:" -> "wait()";
  465. "init() <void init (void) at ./init/main.c:171>:" -> "setsid()";
  466. "init() <void init (void) at ./init/main.c:171>:" -> "sync() <sync at ./init/main.c:28>";
  467. "main() <void main (void) at ./init/main.c:106>:" -> "pause() <pause at ./init/main.c:26>";
  468. "open() <int open (const char *filename, int flag, ...) at ./lib/open.c:11>:" -> "va_start()";
  469. "open() <int open (const char *filename, int flag, ...) at ./lib/open.c:11>:" -> "va_arg()";
  470. "free_s() <void free_s (void *obj, int size) at ./lib/malloc.c:182>:" -> "panic()";
  471. "free_s() <void free_s (void *obj, int size) at ./lib/malloc.c:182>:" -> "cli()";
  472. "free_s() <void free_s (void *obj, int size) at ./lib/malloc.c:182>:" -> "free_page()";
  473. "free_s() <void free_s (void *obj, int size) at ./lib/malloc.c:182>:" -> "sti()";
  474. "malloc() <void *malloc (unsigned int len) at ./lib/malloc.c:117>:" -> "printk()";
  475. "malloc() <void *malloc (unsigned int len) at ./lib/malloc.c:117>:" -> "panic()";
  476. "malloc() <void *malloc (unsigned int len) at ./lib/malloc.c:117>:" -> "cli()";
  477. "malloc() <void *malloc (unsigned int len) at ./lib/malloc.c:117>:" -> "init_bucket_desc() <inline void init_bucket_desc () at ./lib/malloc.c:97>:";
  478. "init_bucket_desc() <inline void init_bucket_desc () at ./lib/malloc.c:97>:" -> "get_free_page()";
  479. "init_bucket_desc() <inline void init_bucket_desc () at ./lib/malloc.c:97>:" -> "panic()";
  480. "malloc() <void *malloc (unsigned int len) at ./lib/malloc.c:117>:" -> "get_free_page()";
  481. "malloc() <void *malloc (unsigned int len) at ./lib/malloc.c:117>:" -> "sti()";
  482. "calc_mem() <void calc_mem (void) at ./mm/memory.c:414>:" -> "printk()";
  483. "copy_page_tables() <int copy_page_tables (unsigned long from, unsigned long to, long size) at ./mm/memory.c:150>:" -> "panic()";
  484. "copy_page_tables() <int copy_page_tables (unsigned long from, unsigned long to, long size) at ./mm/memory.c:150>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  485. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  486. "copy_page_tables() <int copy_page_tables (unsigned long from, unsigned long to, long size) at ./mm/memory.c:150>:" -> "invalidate()";
  487. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "get_empty_page() <void get_empty_page (unsigned long address) at ./mm/memory.c:274>:";
  488. "get_empty_page() <void get_empty_page (unsigned long address) at ./mm/memory.c:274>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  489. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  490. "get_empty_page() <void get_empty_page (unsigned long address) at ./mm/memory.c:274>:" -> "put_page() <unsigned long put_page (unsigned long page, unsigned long address) at ./mm/memory.c:197>:";
  491. "put_page() <unsigned long put_page (unsigned long page, unsigned long address) at ./mm/memory.c:197>:" -> "printk()";
  492. "put_page() <unsigned long put_page (unsigned long page, unsigned long address) at ./mm/memory.c:197>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  493. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  494. "get_empty_page() <void get_empty_page (unsigned long address) at ./mm/memory.c:274>:" -> "free_page() <void free_page (unsigned long addr) at ./mm/memory.c:89>:";
  495. "free_page() <void free_page (unsigned long addr) at ./mm/memory.c:89>:" -> "panic()";
  496. "get_empty_page() <void get_empty_page (unsigned long address) at ./mm/memory.c:274>:" -> "oom() <inline void oom (void) at ./mm/memory.c:33>:";
  497. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "printk()";
  498. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "do_exit()";
  499. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "share_page() <int share_page (unsigned long address) at ./mm/memory.c:345>:";
  500. "share_page() <int share_page (unsigned long address) at ./mm/memory.c:345>:" -> "try_to_share() <int try_to_share (unsigned long address, struct task_struct *p) at ./mm/memory.c:292>:";
  501. "try_to_share() <int try_to_share (unsigned long address, struct task_struct *p) at ./mm/memory.c:292>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  502. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  503. "try_to_share() <int try_to_share (unsigned long address, struct task_struct *p) at ./mm/memory.c:292>:" -> "oom() <inline void oom (void) at ./mm/memory.c:33>:";
  504. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "printk()";
  505. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "do_exit()";
  506. "try_to_share() <int try_to_share (unsigned long address, struct task_struct *p) at ./mm/memory.c:292>:" -> "panic()";
  507. "try_to_share() <int try_to_share (unsigned long address, struct task_struct *p) at ./mm/memory.c:292>:" -> "invalidate()";
  508. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  509. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  510. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "oom() <inline void oom (void) at ./mm/memory.c:33>:";
  511. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "printk()";
  512. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "do_exit()";
  513. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "bmap()";
  514. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "bread_page()";
  515. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "put_page() <unsigned long put_page (unsigned long page, unsigned long address) at ./mm/memory.c:197>:";
  516. "put_page() <unsigned long put_page (unsigned long page, unsigned long address) at ./mm/memory.c:197>:" -> "printk()";
  517. "put_page() <unsigned long put_page (unsigned long page, unsigned long address) at ./mm/memory.c:197>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  518. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  519. "do_no_page() <void do_no_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:366>:" -> "free_page() <void free_page (unsigned long addr) at ./mm/memory.c:89>:";
  520. "free_page() <void free_page (unsigned long addr) at ./mm/memory.c:89>:" -> "panic()";
  521. "do_wp_page() <void do_wp_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:247>:" -> "CODE_SPACE()";
  522. "do_wp_page() <void do_wp_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:247>:" -> "do_exit()";
  523. "do_wp_page() <void do_wp_page (unsigned long error_code, unsigned long address) at ./mm/memory.c:247>:" -> "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:";
  524. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "MAP_NR()";
  525. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "invalidate()";
  526. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  527. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  528. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "oom() <inline void oom (void) at ./mm/memory.c:33>:";
  529. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "printk()";
  530. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "do_exit()";
  531. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "copy_page()";
  532. "free_page_tables() <int free_page_tables (unsigned long from, unsigned long size) at ./mm/memory.c:105>:" -> "panic()";
  533. "free_page_tables() <int free_page_tables (unsigned long from, unsigned long size) at ./mm/memory.c:105>:" -> "free_page() <void free_page (unsigned long addr) at ./mm/memory.c:89>:";
  534. "free_page() <void free_page (unsigned long addr) at ./mm/memory.c:89>:" -> "panic()";
  535. "free_page_tables() <int free_page_tables (unsigned long from, unsigned long size) at ./mm/memory.c:105>:" -> "invalidate()";
  536. "mem_init() <void mem_init (long start_mem, long end_mem) at ./mm/memory.c:400>:" -> "MAP_NR()";
  537. "write_verify() <void write_verify (unsigned long address) at ./mm/memory.c:261>:" -> "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:";
  538. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "MAP_NR()";
  539. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "invalidate()";
  540. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:";
  541. "get_free_page() <unsigned long get_free_page (void) at ./mm/memory.c:63>:" -> "asm()";
  542. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "oom() <inline void oom (void) at ./mm/memory.c:33>:";
  543. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "printk()";
  544. "oom() <inline void oom (void) at ./mm/memory.c:33>:" -> "do_exit()";
  545. "un_wp_page() <void un_wp_page (unsigned long *table_entry) at ./mm/memory.c:221>:" -> "copy_page()";
  546. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:";
  547. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:";
  548. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "panic()";
  549. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "get_fs_byte()";
  550. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "S_ISDIR()";
  551. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  552. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  553. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iput()";
  554. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  555. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  556. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  557. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  558. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  559. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  560. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  561. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  562. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "brelse()";
  563. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iget()";
  564. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_fs_byte()";
  565. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "iput()";
  566. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  567. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  568. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  569. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  570. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  571. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  572. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  573. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  574. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  575. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  576. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "new_inode()";
  577. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:";
  578. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "bread()";
  579. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "brelse()";
  580. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "create_block()";
  581. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "get_fs_byte()";
  582. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "brelse()";
  583. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "iget()";
  584. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "S_ISDIR()";
  585. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "ACC_MODE()";
  586. "open_namei() <int open_namei (const char *pathname, int flag, int mode, struct m_inode **res_inode) at ./fs/namei.c:337>:" -> "truncate()";
  587. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "namei() <struct m_inode *namei (const char *pathname) at ./fs/namei.c:303>:";
  588. "namei() <struct m_inode *namei (const char *pathname) at ./fs/namei.c:303>:" -> "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:";
  589. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:";
  590. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "panic()";
  591. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "get_fs_byte()";
  592. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "S_ISDIR()";
  593. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  594. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  595. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iput()";
  596. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  597. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  598. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  599. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  600. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  601. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  602. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  603. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  604. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "brelse()";
  605. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iget()";
  606. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_fs_byte()";
  607. "namei() <struct m_inode *namei (const char *pathname) at ./fs/namei.c:303>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  608. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  609. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  610. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  611. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  612. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  613. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  614. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  615. "namei() <struct m_inode *namei (const char *pathname) at ./fs/namei.c:303>:" -> "iput()";
  616. "namei() <struct m_inode *namei (const char *pathname) at ./fs/namei.c:303>:" -> "brelse()";
  617. "namei() <struct m_inode *namei (const char *pathname) at ./fs/namei.c:303>:" -> "iget()";
  618. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "S_ISDIR()";
  619. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "iput()";
  620. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:";
  621. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:";
  622. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "panic()";
  623. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "get_fs_byte()";
  624. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "S_ISDIR()";
  625. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  626. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  627. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iput()";
  628. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  629. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  630. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  631. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  632. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  633. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  634. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  635. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  636. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "brelse()";
  637. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iget()";
  638. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_fs_byte()";
  639. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  640. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  641. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  642. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  643. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  644. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  645. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  646. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  647. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  648. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  649. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "brelse()";
  650. "sys_link() <int sys_link (const char *oldname, const char *newname) at ./fs/namei.c:721>:" -> "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:";
  651. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "bread()";
  652. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "brelse()";
  653. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "create_block()";
  654. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "get_fs_byte()";
  655. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "suser()";
  656. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:";
  657. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:";
  658. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "panic()";
  659. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "get_fs_byte()";
  660. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "S_ISDIR()";
  661. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  662. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  663. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iput()";
  664. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  665. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  666. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  667. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  668. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  669. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  670. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  671. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  672. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "brelse()";
  673. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iget()";
  674. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_fs_byte()";
  675. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "iput()";
  676. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  677. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  678. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  679. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  680. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  681. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  682. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  683. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  684. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  685. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  686. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "brelse()";
  687. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "new_inode()";
  688. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "new_block()";
  689. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "bread()";
  690. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "free_block()";
  691. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "strcpy()";
  692. "sys_mkdir() <int sys_mkdir (const char *pathname, int mode) at ./fs/namei.c:463>:" -> "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:";
  693. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "bread()";
  694. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "brelse()";
  695. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "create_block()";
  696. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "get_fs_byte()";
  697. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "suser()";
  698. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:";
  699. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:";
  700. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "panic()";
  701. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "get_fs_byte()";
  702. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "S_ISDIR()";
  703. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  704. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  705. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iput()";
  706. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  707. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  708. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  709. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  710. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  711. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  712. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  713. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  714. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "brelse()";
  715. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iget()";
  716. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_fs_byte()";
  717. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "iput()";
  718. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  719. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  720. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  721. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  722. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  723. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  724. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  725. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  726. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  727. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  728. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "brelse()";
  729. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "new_inode()";
  730. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "S_ISBLK()";
  731. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "S_ISCHR()";
  732. "sys_mknod() <int sys_mknod (const char *filename, int mode, int dev) at ./fs/namei.c:412>:" -> "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:";
  733. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "bread()";
  734. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "brelse()";
  735. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "create_block()";
  736. "add_entry() <struct buffer_head *add_entry (struct m_inode *dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:165>:" -> "get_fs_byte()";
  737. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "suser()";
  738. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:";
  739. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:";
  740. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "panic()";
  741. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "get_fs_byte()";
  742. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "S_ISDIR()";
  743. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  744. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  745. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iput()";
  746. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  747. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  748. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  749. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  750. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  751. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  752. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  753. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  754. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "brelse()";
  755. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iget()";
  756. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_fs_byte()";
  757. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "iput()";
  758. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  759. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  760. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  761. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  762. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  763. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  764. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  765. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  766. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  767. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  768. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "iget()";
  769. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "brelse()";
  770. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "S_ISDIR()";
  771. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "empty_dir() <int empty_dir (struct m_inode *inode) at ./fs/namei.c:543>:";
  772. "empty_dir() <int empty_dir (struct m_inode *inode) at ./fs/namei.c:543>:" -> "bread()";
  773. "empty_dir() <int empty_dir (struct m_inode *inode) at ./fs/namei.c:543>:" -> "printk()";
  774. "empty_dir() <int empty_dir (struct m_inode *inode) at ./fs/namei.c:543>:" -> "strcmp()";
  775. "empty_dir() <int empty_dir (struct m_inode *inode) at ./fs/namei.c:543>:" -> "brelse()";
  776. "empty_dir() <int empty_dir (struct m_inode *inode) at ./fs/namei.c:543>:" -> "bmap()";
  777. "sys_rmdir() <int sys_rmdir (const char *name) at ./fs/namei.c:587>:" -> "printk()";
  778. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:";
  779. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:";
  780. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "panic()";
  781. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "get_fs_byte()";
  782. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "S_ISDIR()";
  783. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  784. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  785. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iput()";
  786. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  787. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  788. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  789. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  790. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  791. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  792. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  793. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  794. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "brelse()";
  795. "get_dir() <struct m_inode *get_dir (const char *pathname) at ./fs/namei.c:228>:" -> "iget()";
  796. "dir_namei() <struct m_inode *dir_namei (const char *pathname, int *namelen, const char **name) at ./fs/namei.c:278>:" -> "get_fs_byte()";
  797. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "iput()";
  798. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:";
  799. "permission() <int permission (struct m_inode *inode, int mask) at ./fs/namei.c:40>:" -> "suser()";
  800. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:";
  801. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_fs_byte()";
  802. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "get_super()";
  803. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "iput()";
  804. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bread()";
  805. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "brelse()";
  806. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "bmap()";
  807. "find_entry() <struct buffer_head *find_entry (struct m_inode **dir, const char *name, int namelen, struct dir_entry **res_dir) at ./fs/namei.c:91>:" -> "match() <int match (int len, const char *name, struct dir_entry *de) at ./fs/namei.c:63>:";
  808. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "iget()";
  809. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "brelse()";
  810. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "suser()";
  811. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "S_ISDIR()";
  812. "sys_unlink() <int sys_unlink (const char *name) at ./fs/namei.c:663>:" -> "printk()";
  813. "truncate() <void truncate (struct m_inode *inode) at ./fs/truncate.c:47>:" -> "S_ISREG()";
  814. "truncate() <void truncate (struct m_inode *inode) at ./fs/truncate.c:47>:" -> "S_ISDIR()";
  815. "truncate() <void truncate (struct m_inode *inode) at ./fs/truncate.c:47>:" -> "free_block()";
  816. "truncate() <void truncate (struct m_inode *inode) at ./fs/truncate.c:47>:" -> "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:";
  817. "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:" -> "bread()";
  818. "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:" -> "free_block()";
  819. "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:" -> "brelse()";
  820. "truncate() <void truncate (struct m_inode *inode) at ./fs/truncate.c:47>:" -> "free_dind() <void free_dind (int dev, int block) at ./fs/truncate.c:29>:";
  821. "free_dind() <void free_dind (int dev, int block) at ./fs/truncate.c:29>:" -> "bread()";
  822. "free_dind() <void free_dind (int dev, int block) at ./fs/truncate.c:29>:" -> "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:";
  823. "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:" -> "bread()";
  824. "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:" -> "free_block()";
  825. "free_ind() <void free_ind (int dev, int block) at ./fs/truncate.c:11>:" -> "brelse()";
  826. "free_dind() <void free_dind (int dev, int block) at ./fs/truncate.c:29>:" -> "brelse()";
  827. "free_dind() <void free_dind (int dev, int block) at ./fs/truncate.c:29>:" -> "free_block()";
  828. "bread() <struct buffer_head *bread (int dev, int block) at ./fs/buffer.c:270>:" -> "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:";
  829. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:";
  830. "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:" -> "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:";
  831. "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:" -> "hash()";
  832. "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  833. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  834. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  835. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  836. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "BADNESS()";
  837. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "sleep_on()";
  838. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  839. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  840. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  841. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  842. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:";
  843. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  844. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  845. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  846. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  847. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "ll_rw_block()";
  848. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "sync_inodes()";
  849. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:";
  850. "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:" -> "hash()";
  851. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:";
  852. "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:" -> "hash()";
  853. "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:" -> "panic()";
  854. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "insert_into_queues() <inline void insert_into_queues (struct buffer_head *bh) at ./fs/buffer.c:152>:";
  855. "insert_into_queues() <inline void insert_into_queues (struct buffer_head *bh) at ./fs/buffer.c:152>:" -> "hash()";
  856. "bread() <struct buffer_head *bread (int dev, int block) at ./fs/buffer.c:270>:" -> "panic()";
  857. "bread() <struct buffer_head *bread (int dev, int block) at ./fs/buffer.c:270>:" -> "ll_rw_block()";
  858. "bread() <struct buffer_head *bread (int dev, int block) at ./fs/buffer.c:270>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  859. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  860. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  861. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  862. "bread() <struct buffer_head *bread (int dev, int block) at ./fs/buffer.c:270>:" -> "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:";
  863. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  864. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  865. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  866. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  867. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "panic()";
  868. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "wake_up()";
  869. "bread_page() <void bread_page (unsigned long address, int dev, int b[4]) at ./fs/buffer.c:299>:" -> "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:";
  870. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:";
  871. "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:" -> "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:";
  872. "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:" -> "hash()";
  873. "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  874. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  875. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  876. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  877. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "BADNESS()";
  878. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "sleep_on()";
  879. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  880. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  881. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  882. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  883. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:";
  884. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  885. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  886. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  887. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  888. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "ll_rw_block()";
  889. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "sync_inodes()";
  890. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:";
  891. "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:" -> "hash()";
  892. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:";
  893. "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:" -> "hash()";
  894. "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:" -> "panic()";
  895. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "insert_into_queues() <inline void insert_into_queues (struct buffer_head *bh) at ./fs/buffer.c:152>:";
  896. "insert_into_queues() <inline void insert_into_queues (struct buffer_head *bh) at ./fs/buffer.c:152>:" -> "hash()";
  897. "bread_page() <void bread_page (unsigned long address, int dev, int b[4]) at ./fs/buffer.c:299>:" -> "ll_rw_block()";
  898. "bread_page() <void bread_page (unsigned long address, int dev, int b[4]) at ./fs/buffer.c:299>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  899. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  900. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  901. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  902. "bread_page() <void bread_page (unsigned long address, int dev, int b[4]) at ./fs/buffer.c:299>:" -> "COPYBLK()";
  903. "bread_page() <void bread_page (unsigned long address, int dev, int b[4]) at ./fs/buffer.c:299>:" -> "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:";
  904. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  905. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  906. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  907. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  908. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "panic()";
  909. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "wake_up()";
  910. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "va_start()";
  911. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:";
  912. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:";
  913. "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:" -> "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:";
  914. "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:" -> "hash()";
  915. "get_hash_table() <struct buffer_head *get_hash_table (int dev, int block) at ./fs/buffer.c:186>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  916. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  917. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  918. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  919. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "BADNESS()";
  920. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "sleep_on()";
  921. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  922. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  923. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  924. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  925. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:";
  926. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  927. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  928. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  929. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  930. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "ll_rw_block()";
  931. "sync_dev() <int sync_dev (int dev) at ./fs/buffer.c:62>:" -> "sync_inodes()";
  932. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:";
  933. "find_buffer() <struct buffer_head *find_buffer (int dev, int block) at ./fs/buffer.c:169>:" -> "hash()";
  934. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:";
  935. "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:" -> "hash()";
  936. "remove_from_queues() <inline void remove_from_queues (struct buffer_head *bh) at ./fs/buffer.c:134>:" -> "panic()";
  937. "getblk() <struct buffer_head *getblk (int dev, int block) at ./fs/buffer.c:209>:" -> "insert_into_queues() <inline void insert_into_queues (struct buffer_head *bh) at ./fs/buffer.c:152>:";
  938. "insert_into_queues() <inline void insert_into_queues (struct buffer_head *bh) at ./fs/buffer.c:152>:" -> "hash()";
  939. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "panic()";
  940. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "ll_rw_block()";
  941. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "va_arg()";
  942. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "va_end()";
  943. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  944. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  945. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  946. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  947. "breada() <struct buffer_head *breada (int dev, int first, ...) at ./fs/buffer.c:325>:" -> "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:";
  948. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  949. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  950. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  951. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  952. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "panic()";
  953. "brelse() <void brelse (struct buffer_head *buf) at ./fs/buffer.c:256>:" -> "wake_up()";
  954. "check_disk_change() <void check_disk_change (int dev) at ./fs/buffer.c:116>:" -> "MAJOR()";
  955. "check_disk_change() <void check_disk_change (int dev) at ./fs/buffer.c:116>:" -> "floppy_change()";
  956. "check_disk_change() <void check_disk_change (int dev) at ./fs/buffer.c:116>:" -> "put_super()";
  957. "check_disk_change() <void check_disk_change (int dev) at ./fs/buffer.c:116>:" -> "invalidate_inodes()";
  958. "check_disk_change() <void check_disk_change (int dev) at ./fs/buffer.c:116>:" -> "invalidate_buffers() <void inline invalidate_buffers (int dev) at ./fs/buffer.c:87>:";
  959. "invalidate_buffers() <void inline invalidate_buffers (int dev) at ./fs/buffer.c:87>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  960. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  961. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  962. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  963. "sys_sync() <int sys_sync (void) at ./fs/buffer.c:47>:" -> "sync_inodes()";
  964. "sys_sync() <int sys_sync (void) at ./fs/buffer.c:47>:" -> "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:";
  965. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "cli()";
  966. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sleep_on()";
  967. "wait_on_buffer() <inline void wait_on_buffer (struct buffer_head *bh) at ./fs/buffer.c:39>:" -> "sti()";
  968. "sys_sync() <int sys_sync (void) at ./fs/buffer.c:47>:" -> "ll_rw_block()";
  969. "mount_root() <void mount_root (void) at ./fs/super.c:242>:" -> "panic()";
  970. "mount_root() <void mount_root (void) at ./fs/super.c:242>:" -> "MAJOR()";
  971. "mount_root() <void mount_root (void) at ./fs/super.c:242>:" -> "printk()";
  972. "mount_root() <void mount_root (void) at ./fs/super.c:242>:" -> "wait_for_keypress()";
  973. "mount_root() <void mount_root (void) at ./fs/super.c:242>:" -> "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:";
  974. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "check_disk_change()";
  975. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:";
  976. "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:" -> "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:";
  977. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "cli()";
  978. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sleep_on()";
  979. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sti()";
  980. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:";
  981. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "cli()";
  982. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "sleep_on()";
  983. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "sti()";
  984. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "bread()";
  985. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:";
  986. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "cli()";
  987. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "wake_up()";
  988. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "sti()";
  989. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "brelse()";
  990. "mount_root() <void mount_root (void) at ./fs/super.c:242>:" -> "iget()";
  991. "mount_root() <void mount_root (void) at ./fs/super.c:242>:" -> "set_bit()";
  992. "sys_mount() <int sys_mount (char *dev_name, char *dir_name, int rw_flag) at ./fs/super.c:200>:" -> "namei()";
  993. "sys_mount() <int sys_mount (char *dev_name, char *dir_name, int rw_flag) at ./fs/super.c:200>:" -> "S_ISBLK()";
  994. "sys_mount() <int sys_mount (char *dev_name, char *dir_name, int rw_flag) at ./fs/super.c:200>:" -> "iput()";
  995. "sys_mount() <int sys_mount (char *dev_name, char *dir_name, int rw_flag) at ./fs/super.c:200>:" -> "S_ISDIR()";
  996. "sys_mount() <int sys_mount (char *dev_name, char *dir_name, int rw_flag) at ./fs/super.c:200>:" -> "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:";
  997. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "check_disk_change()";
  998. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:";
  999. "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:" -> "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:";
  1000. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "cli()";
  1001. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sleep_on()";
  1002. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sti()";
  1003. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:";
  1004. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "cli()";
  1005. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "sleep_on()";
  1006. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "sti()";
  1007. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "bread()";
  1008. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:";
  1009. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "cli()";
  1010. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "wake_up()";
  1011. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "sti()";
  1012. "read_super() <struct super_block *read_super (int dev) at ./fs/super.c:100>:" -> "brelse()";
  1013. "sys_umount() <int sys_umount (char *dev_name) at ./fs/super.c:167>:" -> "namei()";
  1014. "sys_umount() <int sys_umount (char *dev_name) at ./fs/super.c:167>:" -> "S_ISBLK()";
  1015. "sys_umount() <int sys_umount (char *dev_name) at ./fs/super.c:167>:" -> "iput()";
  1016. "sys_umount() <int sys_umount (char *dev_name) at ./fs/super.c:167>:" -> "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:";
  1017. "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:" -> "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:";
  1018. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "cli()";
  1019. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sleep_on()";
  1020. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sti()";
  1021. "sys_umount() <int sys_umount (char *dev_name) at ./fs/super.c:167>:" -> "printk()";
  1022. "sys_umount() <int sys_umount (char *dev_name) at ./fs/super.c:167>:" -> "put_super() <void put_super (int dev) at ./fs/super.c:74>:";
  1023. "put_super() <void put_super (int dev) at ./fs/super.c:74>:" -> "printk()";
  1024. "put_super() <void put_super (int dev) at ./fs/super.c:74>:" -> "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:";
  1025. "get_super() <struct super_block *get_super (int dev) at ./fs/super.c:56>:" -> "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:";
  1026. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "cli()";
  1027. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sleep_on()";
  1028. "wait_on_super() <void wait_on_super (struct super_block *sb) at ./fs/super.c:48>:" -> "sti()";
  1029. "put_super() <void put_super (int dev) at ./fs/super.c:74>:" -> "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:";
  1030. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "cli()";
  1031. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "sleep_on()";
  1032. "lock_super() <void lock_super (struct super_block *sb) at ./fs/super.c:31>:" -> "sti()";
  1033. "put_super() <void put_super (int dev) at ./fs/super.c:74>:" -> "brelse()";
  1034. "put_super() <void put_super (int dev) at ./fs/super.c:74>:" -> "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:";
  1035. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "cli()";
  1036. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "wake_up()";
  1037. "free_super() <void free_super (struct super_block *sb) at ./fs/super.c:40>:" -> "sti()";
  1038. "sys_umount() <int sys_umount (char *dev_name) at ./fs/super.c:167>:" -> "sync_dev()";
  1039. "get_pipe_inode() <struct m_inode *get_pipe_inode (void) at ./fs/inode.c:228>:" -> "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:";
  1040. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "printk()";
  1041. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "panic()";
  1042. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:";
  1043. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "cli()";
  1044. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sleep_on()";
  1045. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sti()";
  1046. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:";
  1047. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:";
  1048. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "cli()";
  1049. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sleep_on()";
  1050. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sti()";
  1051. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:";
  1052. "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:" -> "wake_up()";
  1053. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "get_super()";
  1054. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "panic()";
  1055. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "bread()";
  1056. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "brelse()";
  1057. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "memset()";
  1058. "get_pipe_inode() <struct m_inode *get_pipe_inode (void) at ./fs/inode.c:228>:" -> "get_free_page()";
  1059. "get_pipe_inode() <struct m_inode *get_pipe_inode (void) at ./fs/inode.c:228>:" -> "PIPE_HEAD()";
  1060. "get_pipe_inode() <struct m_inode *get_pipe_inode (void) at ./fs/inode.c:228>:" -> "PIPE_TAIL()";
  1061. "iget() <struct m_inode *iget (int dev, int nr) at ./fs/inode.c:244>:" -> "panic()";
  1062. "iget() <struct m_inode *iget (int dev, int nr) at ./fs/inode.c:244>:" -> "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:";
  1063. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "printk()";
  1064. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "panic()";
  1065. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:";
  1066. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "cli()";
  1067. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sleep_on()";
  1068. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sti()";
  1069. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:";
  1070. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:";
  1071. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "cli()";
  1072. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sleep_on()";
  1073. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sti()";
  1074. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:";
  1075. "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:" -> "wake_up()";
  1076. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "get_super()";
  1077. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "panic()";
  1078. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "bread()";
  1079. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "brelse()";
  1080. "get_empty_inode() <struct m_inode *get_empty_inode (void) at ./fs/inode.c:194>:" -> "memset()";
  1081. "iget() <struct m_inode *iget (int dev, int nr) at ./fs/inode.c:244>:" -> "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:";
  1082. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "cli()";
  1083. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sleep_on()";
  1084. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sti()";
  1085. "iget() <struct m_inode *iget (int dev, int nr) at ./fs/inode.c:244>:" -> "printk()";
  1086. "iget() <struct m_inode *iget (int dev, int nr) at ./fs/inode.c:244>:" -> "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:";
  1087. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:";
  1088. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "cli()";
  1089. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sleep_on()";
  1090. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sti()";
  1091. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "panic()";
  1092. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "wake_up()";
  1093. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "free_page()";
  1094. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "S_ISBLK()";
  1095. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "sync_dev()";
  1096. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "truncate()";
  1097. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "free_inode()";
  1098. "iput() <void iput (struct m_inode *inode) at ./fs/inode.c:150>:" -> "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:";
  1099. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:";
  1100. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "cli()";
  1101. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sleep_on()";
  1102. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sti()";
  1103. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:";
  1104. "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:" -> "wake_up()";
  1105. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "get_super()";
  1106. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "panic()";
  1107. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "bread()";
  1108. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "brelse()";
  1109. "iget() <struct m_inode *iget (int dev, int nr) at ./fs/inode.c:244>:" -> "read_inode() <void read_inode (struct m_inode *inode) at ./fs/inode.c:294>:";
  1110. "read_inode() <void read_inode (struct m_inode *inode) at ./fs/inode.c:294>:" -> "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:";
  1111. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "cli()";
  1112. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sleep_on()";
  1113. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sti()";
  1114. "read_inode() <void read_inode (struct m_inode *inode) at ./fs/inode.c:294>:" -> "get_super()";
  1115. "read_inode() <void read_inode (struct m_inode *inode) at ./fs/inode.c:294>:" -> "panic()";
  1116. "read_inode() <void read_inode (struct m_inode *inode) at ./fs/inode.c:294>:" -> "bread()";
  1117. "read_inode() <void read_inode (struct m_inode *inode) at ./fs/inode.c:294>:" -> "brelse()";
  1118. "read_inode() <void read_inode (struct m_inode *inode) at ./fs/inode.c:294>:" -> "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:";
  1119. "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:" -> "wake_up()";
  1120. "invalidate_inodes() <void invalidate_inodes (int dev) at ./fs/inode.c:43>:" -> "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:";
  1121. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "cli()";
  1122. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sleep_on()";
  1123. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sti()";
  1124. "invalidate_inodes() <void invalidate_inodes (int dev) at ./fs/inode.c:43>:" -> "printk()";
  1125. "sync_inodes() <void sync_inodes (void) at ./fs/inode.c:59>:" -> "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:";
  1126. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "cli()";
  1127. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sleep_on()";
  1128. "wait_on_inode() <inline void wait_on_inode (struct m_inode *inode) at ./fs/inode.c:20>:" -> "sti()";
  1129. "sync_inodes() <void sync_inodes (void) at ./fs/inode.c:59>:" -> "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:";
  1130. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:";
  1131. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "cli()";
  1132. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sleep_on()";
  1133. "lock_inode() <inline void lock_inode (struct m_inode *inode) at ./fs/inode.c:28>:" -> "sti()";
  1134. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:";
  1135. "unlock_inode() <inline void unlock_inode (struct m_inode *inode) at ./fs/inode.c:37>:" -> "wake_up()";
  1136. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "get_super()";
  1137. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "panic()";
  1138. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "bread()";
  1139. "write_inode() <void write_inode (struct m_inode *inode) at ./fs/inode.c:314>:" -> "brelse()";
  1140. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "panic()";
  1141. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "namei()";
  1142. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "count() <int count (char **argv) at ./fs/exec.c:75>:";
  1143. "count() <int count (char **argv) at ./fs/exec.c:75>:" -> "get_fs_long()";
  1144. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "S_ISREG()";
  1145. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "suser()";
  1146. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "bread()";
  1147. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "strncpy()";
  1148. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "brelse()";
  1149. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "iput()";
  1150. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "strchr()";
  1151. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:";
  1152. "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:" -> "get_ds()";
  1153. "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:" -> "get_fs()";
  1154. "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:" -> "set_fs()";
  1155. "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:" -> "get_fs_long()";
  1156. "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:" -> "panic()";
  1157. "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:" -> "get_fs_byte()";
  1158. "copy_strings() <unsigned long copy_strings (int argc, char **argv, unsigned long *page, unsigned long p, int from_kmem) at ./fs/exec.c:104>:" -> "get_free_page()";
  1159. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "get_fs()";
  1160. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "set_fs()";
  1161. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "get_ds()";
  1162. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "N_MAGIC()";
  1163. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "N_TXTOFF()";
  1164. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "printk()";
  1165. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "sys_close()";
  1166. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "free_page_tables()";
  1167. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "get_base()";
  1168. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "get_limit()";
  1169. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "change_ldt() <unsigned long change_ldt (unsigned long text_size, unsigned long *page) at ./fs/exec.c:154>:";
  1170. "change_ldt() <unsigned long change_ldt (unsigned long text_size, unsigned long *page) at ./fs/exec.c:154>:" -> "get_base()";
  1171. "change_ldt() <unsigned long change_ldt (unsigned long text_size, unsigned long *page) at ./fs/exec.c:154>:" -> "set_base()";
  1172. "change_ldt() <unsigned long change_ldt (unsigned long text_size, unsigned long *page) at ./fs/exec.c:154>:" -> "set_limit()";
  1173. "change_ldt() <unsigned long change_ldt (unsigned long text_size, unsigned long *page) at ./fs/exec.c:154>:" -> "put_page()";
  1174. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "create_tables() <unsigned long *create_tables (char *p, int argc, int envc) at ./fs/exec.c:46>:";
  1175. "create_tables() <unsigned long *create_tables (char *p, int argc, int envc) at ./fs/exec.c:46>:" -> "put_fs_long()";
  1176. "create_tables() <unsigned long *create_tables (char *p, int argc, int envc) at ./fs/exec.c:46>:" -> "get_fs_byte()";
  1177. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "put_fs_byte()";
  1178. "do_execve() <int do_execve (unsigned long *eip, long tmp, char *filename, char **argv, char **envp) at ./fs/exec.c:182>:" -> "free_page()";
  1179. "sys_fstat() <int sys_fstat (unsigned int fd, struct stat *statbuf) at ./fs/stat.c:47>:" -> "cp_stat() <void cp_stat (struct m_inode *inode, struct stat *statbuf) at ./fs/stat.c:15>:";
  1180. "cp_stat() <void cp_stat (struct m_inode *inode, struct stat *statbuf) at ./fs/stat.c:15>:" -> "verify_area()";
  1181. "cp_stat() <void cp_stat (struct m_inode *inode, struct stat *statbuf) at ./fs/stat.c:15>:" -> "put_fs_byte()";
  1182. "sys_stat() <int sys_stat (char *filename, struct stat *statbuf) at ./fs/stat.c:36>:" -> "namei()";
  1183. "sys_stat() <int sys_stat (char *filename, struct stat *statbuf) at ./fs/stat.c:36>:" -> "cp_stat() <void cp_stat (struct m_inode *inode, struct stat *statbuf) at ./fs/stat.c:15>:";
  1184. "cp_stat() <void cp_stat (struct m_inode *inode, struct stat *statbuf) at ./fs/stat.c:15>:" -> "verify_area()";
  1185. "cp_stat() <void cp_stat (struct m_inode *inode, struct stat *statbuf) at ./fs/stat.c:15>:" -> "put_fs_byte()";
  1186. "sys_stat() <int sys_stat (char *filename, struct stat *statbuf) at ./fs/stat.c:36>:" -> "iput()";
  1187. "sys_dup() <int sys_dup (unsigned int fildes) at ./fs/fcntl.c:42>:" -> "dupfd() <int dupfd (unsigned int fd, unsigned int arg) at ./fs/fcntl.c:18>:";
  1188. "sys_dup2() <int sys_dup2 (unsigned int oldfd, unsigned int newfd) at ./fs/fcntl.c:36>:" -> "sys_close()";
  1189. "sys_dup2() <int sys_dup2 (unsigned int oldfd, unsigned int newfd) at ./fs/fcntl.c:36>:" -> "dupfd() <int dupfd (unsigned int fd, unsigned int arg) at ./fs/fcntl.c:18>:";
  1190. "sys_fcntl() <int sys_fcntl (unsigned int fd, unsigned int cmd, unsigned long arg) at ./fs/fcntl.c:47>:" -> "dupfd() <int dupfd (unsigned int fd, unsigned int arg) at ./fs/fcntl.c:18>:";
  1191. "rw_char() <int rw_char (int rw, int dev, char *buf, int count, off_t *pos) at ./fs/char_dev.c:95>:" -> "MAJOR()";
  1192. "rw_char() <int rw_char (int rw, int dev, char *buf, int count, off_t *pos) at ./fs/char_dev.c:95>:" -> "MINOR()";
  1193. "rw_memory() <int rw_memory (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:65>:" -> "rw_ram() <int rw_ram (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:34>:";
  1194. "rw_memory() <int rw_memory (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:65>:" -> "rw_mem() <int rw_mem (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:39>:";
  1195. "rw_memory() <int rw_memory (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:65>:" -> "rw_kmem() <int rw_kmem (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:44>:";
  1196. "rw_memory() <int rw_memory (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:65>:" -> "rw_port() <int rw_port (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:49>:";
  1197. "rw_port() <int rw_port (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:49>:" -> "put_fs_byte()";
  1198. "rw_port() <int rw_port (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:49>:" -> "inb()";
  1199. "rw_port() <int rw_port (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:49>:" -> "outb()";
  1200. "rw_port() <int rw_port (int rw, char *buf, int count, off_t *pos) at ./fs/char_dev.c:49>:" -> "get_fs_byte()";
  1201. "rw_tty() <int rw_tty (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:27>:" -> "rw_ttyx() <int rw_ttyx (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:21>:";
  1202. "rw_ttyx() <int rw_ttyx (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:21>:" -> "tty_read()";
  1203. "rw_ttyx() <int rw_ttyx (int rw, unsigned minor, char *buf, int count, off_t *pos) at ./fs/char_dev.c:21>:" -> "tty_write()";
  1204. "read_pipe() <int read_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:13>:" -> "PIPE_SIZE()";
  1205. "read_pipe() <int read_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:13>:" -> "wake_up()";
  1206. "read_pipe() <int read_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:13>:" -> "sleep_on()";
  1207. "read_pipe() <int read_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:13>:" -> "PIPE_TAIL()";
  1208. "read_pipe() <int read_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:13>:" -> "put_fs_byte()";
  1209. "sys_pipe() <int sys_pipe (unsigned long *fildes) at ./fs/pipe.c:71>:" -> "get_pipe_inode()";
  1210. "sys_pipe() <int sys_pipe (unsigned long *fildes) at ./fs/pipe.c:71>:" -> "put_fs_long()";
  1211. "write_pipe() <int write_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:41>:" -> "PIPE_SIZE()";
  1212. "write_pipe() <int write_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:41>:" -> "wake_up()";
  1213. "write_pipe() <int write_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:41>:" -> "sleep_on()";
  1214. "write_pipe() <int write_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:41>:" -> "PIPE_HEAD()";
  1215. "write_pipe() <int write_pipe (struct m_inode *inode, char *buf, int count) at ./fs/pipe.c:41>:" -> "get_fs_byte()";
  1216. "sys_lseek() <int sys_lseek (unsigned int fd, off_t offset, int origin) at ./fs/read_write.c:25>:" -> "IS_SEEKABLE()";
  1217. "sys_lseek() <int sys_lseek (unsigned int fd, off_t offset, int origin) at ./fs/read_write.c:25>:" -> "MAJOR()";
  1218. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "verify_area()";
  1219. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "read_pipe()";
  1220. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "S_ISCHR()";
  1221. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "rw_char()";
  1222. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "S_ISBLK()";
  1223. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "block_read()";
  1224. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "S_ISDIR()";
  1225. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "S_ISREG()";
  1226. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "file_read()";
  1227. "sys_read() <int sys_read (unsigned int fd, char *buf, int count) at ./fs/read_write.c:55>:" -> "printk()";
  1228. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "write_pipe()";
  1229. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "S_ISCHR()";
  1230. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "rw_char()";
  1231. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "S_ISBLK()";
  1232. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "block_write()";
  1233. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "S_ISREG()";
  1234. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "file_write()";
  1235. "sys_write() <int sys_write (unsigned int fd, char *buf, int count) at ./fs/read_write.c:83>:" -> "printk()";
  1236. "sys_access() <int sys_access (const char *filename, int mode) at ./fs/open.c:47>:" -> "namei()";
  1237. "sys_access() <int sys_access (const char *filename, int mode) at ./fs/open.c:47>:" -> "iput()";
  1238. "sys_chdir() <int sys_chdir (const char *filename) at ./fs/open.c:75>:" -> "namei()";
  1239. "sys_chdir() <int sys_chdir (const char *filename) at ./fs/open.c:75>:" -> "S_ISDIR()";
  1240. "sys_chdir() <int sys_chdir (const char *filename) at ./fs/open.c:75>:" -> "iput()";
  1241. "sys_chmod() <int sys_chmod (const char *filename, int mode) at ./fs/open.c:105>:" -> "namei()";
  1242. "sys_chmod() <int sys_chmod (const char *filename, int mode) at ./fs/open.c:105>:" -> "suser()";
  1243. "sys_chmod() <int sys_chmod (const char *filename, int mode) at ./fs/open.c:105>:" -> "iput()";
  1244. "sys_chown() <int sys_chown (const char *filename, int uid, int gid) at ./fs/open.c:121>:" -> "namei()";
  1245. "sys_chown() <int sys_chown (const char *filename, int uid, int gid) at ./fs/open.c:121>:" -> "suser()";
  1246. "sys_chown() <int sys_chown (const char *filename, int uid, int gid) at ./fs/open.c:121>:" -> "iput()";
  1247. "sys_chroot() <int sys_chroot (const char *filename) at ./fs/open.c:90>:" -> "namei()";
  1248. "sys_chroot() <int sys_chroot (const char *filename) at ./fs/open.c:90>:" -> "S_ISDIR()";
  1249. "sys_chroot() <int sys_chroot (const char *filename) at ./fs/open.c:90>:" -> "iput()";
  1250. "sys_close() <int sys_close (unsigned int fd) at ./fs/open.c:193>:" -> "panic()";
  1251. "sys_close() <int sys_close (unsigned int fd) at ./fs/open.c:193>:" -> "iput()";
  1252. "sys_creat() <int sys_creat (const char *pathname, int mode) at ./fs/open.c:188>:" -> "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:";
  1253. "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:" -> "open_namei()";
  1254. "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:" -> "S_ISCHR()";
  1255. "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:" -> "MAJOR()";
  1256. "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:" -> "MINOR()";
  1257. "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:" -> "iput()";
  1258. "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:" -> "S_ISBLK()";
  1259. "sys_open() <int sys_open (const char *filename, int flag, int mode) at ./fs/open.c:138>:" -> "check_disk_change()";
  1260. "sys_utime() <int sys_utime (char *filename, struct utimbuf *times) at ./fs/open.c:24>:" -> "namei()";
  1261. "sys_utime() <int sys_utime (char *filename, struct utimbuf *times) at ./fs/open.c:24>:" -> "get_fs_long()";
  1262. "sys_utime() <int sys_utime (char *filename, struct utimbuf *times) at ./fs/open.c:24>:" -> "iput()";
  1263. "free_block() <void free_block (int dev, int block) at ./fs/bitmap.c:47>:" -> "get_super()";
  1264. "free_block() <void free_block (int dev, int block) at ./fs/bitmap.c:47>:" -> "panic()";
  1265. "free_block() <void free_block (int dev, int block) at ./fs/bitmap.c:47>:" -> "get_hash_table()";
  1266. "free_block() <void free_block (int dev, int block) at ./fs/bitmap.c:47>:" -> "printk()";
  1267. "free_block() <void free_block (int dev, int block) at ./fs/bitmap.c:47>:" -> "brelse()";
  1268. "free_block() <void free_block (int dev, int block) at ./fs/bitmap.c:47>:" -> "clear_bit()";
  1269. "free_inode() <void free_inode (struct m_inode *inode) at ./fs/bitmap.c:107>:" -> "memset()";
  1270. "free_inode() <void free_inode (struct m_inode *inode) at ./fs/bitmap.c:107>:" -> "printk()";
  1271. "free_inode() <void free_inode (struct m_inode *inode) at ./fs/bitmap.c:107>:" -> "panic()";
  1272. "free_inode() <void free_inode (struct m_inode *inode) at ./fs/bitmap.c:107>:" -> "get_super()";
  1273. "free_inode() <void free_inode (struct m_inode *inode) at ./fs/bitmap.c:107>:" -> "clear_bit()";
  1274. "new_block() <int new_block (int dev) at ./fs/bitmap.c:75>:" -> "get_super()";
  1275. "new_block() <int new_block (int dev) at ./fs/bitmap.c:75>:" -> "panic()";
  1276. "new_block() <int new_block (int dev) at ./fs/bitmap.c:75>:" -> "find_first_zero()";
  1277. "new_block() <int new_block (int dev) at ./fs/bitmap.c:75>:" -> "set_bit()";
  1278. "new_block() <int new_block (int dev) at ./fs/bitmap.c:75>:" -> "getblk()";
  1279. "new_block() <int new_block (int dev) at ./fs/bitmap.c:75>:" -> "clear_block()";
  1280. "new_block() <int new_block (int dev) at ./fs/bitmap.c:75>:" -> "brelse()";
  1281. "new_inode() <struct m_inode *new_inode (int dev) at ./fs/bitmap.c:136>:" -> "get_empty_inode()";
  1282. "new_inode() <struct m_inode *new_inode (int dev) at ./fs/bitmap.c:136>:" -> "get_super()";
  1283. "new_inode() <struct m_inode *new_inode (int dev) at ./fs/bitmap.c:136>:" -> "panic()";
  1284. "new_inode() <struct m_inode *new_inode (int dev) at ./fs/bitmap.c:136>:" -> "find_first_zero()";
  1285. "new_inode() <struct m_inode *new_inode (int dev) at ./fs/bitmap.c:136>:" -> "iput()";
  1286. "new_inode() <struct m_inode *new_inode (int dev) at ./fs/bitmap.c:136>:" -> "set_bit()";
  1287. "sys_ioctl() <int sys_ioctl (unsigned int fd, unsigned int cmd, unsigned long arg) at ./fs/ioctl.c:30>:" -> "S_ISCHR()";
  1288. "sys_ioctl() <int sys_ioctl (unsigned int fd, unsigned int cmd, unsigned long arg) at ./fs/ioctl.c:30>:" -> "S_ISBLK()";
  1289. "sys_ioctl() <int sys_ioctl (unsigned int fd, unsigned int cmd, unsigned long arg) at ./fs/ioctl.c:30>:" -> "MAJOR()";
  1290. "block_read() <int block_read (int dev, unsigned long *pos, char *buf, int count) at ./fs/block_dev.c:47>:" -> "breada()";
  1291. "block_read() <int block_read (int dev, unsigned long *pos, char *buf, int count) at ./fs/block_dev.c:47>:" -> "put_fs_byte()";
  1292. "block_read() <int block_read (int dev, unsigned long *pos, char *buf, int count) at ./fs/block_dev.c:47>:" -> "brelse()";
  1293. "block_write() <int block_write (int dev, long *pos, char *buf, int count) at ./fs/block_dev.c:14>:" -> "getblk()";
  1294. "block_write() <int block_write (int dev, long *pos, char *buf, int count) at ./fs/block_dev.c:14>:" -> "breada()";
  1295. "block_write() <int block_write (int dev, long *pos, char *buf, int count) at ./fs/block_dev.c:14>:" -> "get_fs_byte()";
  1296. "block_write() <int block_write (int dev, long *pos, char *buf, int count) at ./fs/block_dev.c:14>:" -> "brelse()";
  1297. "file_read() <int file_read (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:17>:" -> "bmap()";
  1298. "file_read() <int file_read (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:17>:" -> "bread()";
  1299. "file_read() <int file_read (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:17>:" -> "MIN()";
  1300. "file_read() <int file_read (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:17>:" -> "put_fs_byte()";
  1301. "file_read() <int file_read (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:17>:" -> "brelse()";
  1302. "file_write() <int file_write (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:48>:" -> "create_block()";
  1303. "file_write() <int file_write (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:48>:" -> "bread()";
  1304. "file_write() <int file_write (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:48>:" -> "get_fs_byte()";
  1305. "file_write() <int file_write (struct m_inode *inode, struct file *filp, char *buf, int count) at ./fs/file_dev.c:48>:" -> "brelse()";
  1306. }