OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [fs/] [fat/] [msbuffer.h] - Diff between revs 1628 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1628 Rev 1765
/* Number of bytes to readahead on disc access */
/* Number of bytes to readahead on disc access */
#define FAT_READAHEAD (18*1024)
#define FAT_READAHEAD (18*1024)
 
 
struct buffer_head *fat_bread (struct super_block *sb, int block);
struct buffer_head *fat_bread (struct super_block *sb, int block);
struct buffer_head *fat_getblk (struct super_block *sb, int block);
struct buffer_head *fat_getblk (struct super_block *sb, int block);
void fat_brelse (struct super_block *sb, struct buffer_head *bh);
void fat_brelse (struct super_block *sb, struct buffer_head *bh);
void fat_mark_buffer_dirty (struct super_block *sb,
void fat_mark_buffer_dirty (struct super_block *sb,
         struct buffer_head *bh,
         struct buffer_head *bh,
         int dirty_val);
         int dirty_val);
void fat_set_uptodate (struct super_block *sb,
void fat_set_uptodate (struct super_block *sb,
         struct buffer_head *bh,
         struct buffer_head *bh,
         int val);
         int val);
int fat_is_uptodate (struct super_block *sb, struct buffer_head *bh);
int fat_is_uptodate (struct super_block *sb, struct buffer_head *bh);
void fat_ll_rw_block (struct super_block *sb, int opr,
void fat_ll_rw_block (struct super_block *sb, int opr,
        int nbreq, struct buffer_head *bh[32]);
        int nbreq, struct buffer_head *bh[32]);
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.