root/fs/fat/fatfs_syms.c

/* [previous][next][first][last][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. init_fat_fs

   1 #include <linux/module.h>
   2 
   3 #include <linux/msdos_fs.h>
   4 
   5 #include "msbuffer.h"
   6 #include "tables.h"
   7 
   8 static struct symbol_table fat_syms = {
   9 #include <linux/symtab_begin.h>
  10         X(fat_a2alias),
  11         X(fat_a2uni),
  12         X(fat_add_cluster),
  13         X(fat_bmap),
  14         X(fat_brelse),
  15         X(fat_cache_inval_inode),
  16         X(fat_date_unix2dos),
  17         X(fat_dir_operations),
  18         X(fat_file_read),
  19         X(fat_file_write),
  20         X(fat_fs_panic),
  21         X(fat_get_entry),
  22         X(fat_lock_creation),
  23         X(fat_mark_buffer_dirty),
  24         X(fat_mmap),
  25         X(fat_notify_change),
  26         X(fat_parent_ino),
  27         X(fat_put_inode),
  28         X(fat_put_super),
  29         X(fat_read_inode),
  30         X(fat_read_super),
  31         X(fat_readdir),
  32         X(fat_scan),
  33         X(fat_smap),
  34         X(fat_statfs),
  35         X(fat_truncate),
  36         X(fat_uni2asc_pg),
  37         X(fat_unlock_creation),
  38         X(fat_write_inode),
  39 #include <linux/symtab_end.h>
  40 };                                           
  41 
  42 int init_fat_fs(void)
     /* [previous][next][first][last][top][bottom][index][help] */
  43 {
  44         return register_symtab(&fat_syms);
  45 }
  46 

/* [previous][next][first][last][top][bottom][index][help] */