~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/fs/fat/msbuffer.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* Number of bytes to readahead on disc access */
  2 #define FAT_READAHEAD (18*1024)
  3 
  4 struct buffer_head *fat_bread (struct super_block *sb, int block);
  5 struct buffer_head *fat_getblk (struct super_block *sb, int block);
  6 void fat_brelse (struct super_block *sb, struct buffer_head *bh);
  7 void fat_mark_buffer_dirty (struct super_block *sb,
  8          struct buffer_head *bh);
  9 void fat_set_uptodate (struct super_block *sb,
 10          struct buffer_head *bh,
 11          int val);
 12 int fat_is_uptodate (struct super_block *sb, struct buffer_head *bh);
 13 void fat_ll_rw_block (struct super_block *sb, int opr,
 14         int nbreq, struct buffer_head *bh[32]);
 15 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.