Searched refs:fat_bread (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dbuffer.c17 struct buffer_head *fat_bread(struct super_block *sb, int block) function
H A Dcache.c53 if (!(bh = fat_bread(sb, b))) {
60 if (!(bh2 = fat_bread(sb, b+1))) {
73 PRINTK(("fat_bread: 0x%x, nr=0x%x, first=0x%x, next=0x%x\n", b, nr, first, next));
109 if (!(c_bh = fat_bread(sb, b)))
112 if (!(c_bh2 = fat_bread(sb, b+1))) {
H A Dmisc.c90 bh = fat_bread(sb, MSDOS_SB(sb)->fsinfo_sector);
332 if (!(*bh = fat_bread(sb, sector))) {
405 if (!(bh = fat_bread(sb,sector)))
H A Dinode.c981 if (!(bh = fat_bread(sb, i_pos >> MSDOS_SB(sb)->dir_per_block_bits))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dbuffer.c17 struct buffer_head *fat_bread(struct super_block *sb, int block) function
H A Dcache.c53 if (!(bh = fat_bread(sb, b))) {
60 if (!(bh2 = fat_bread(sb, b+1))) {
73 PRINTK(("fat_bread: 0x%x, nr=0x%x, first=0x%x, next=0x%x\n", b, nr, first, next));
109 if (!(c_bh = fat_bread(sb, b)))
112 if (!(c_bh2 = fat_bread(sb, b+1))) {
H A Dmisc.c90 bh = fat_bread(sb, MSDOS_SB(sb)->fsinfo_sector);
332 if (!(*bh = fat_bread(sb, sector))) {
405 if (!(bh = fat_bread(sb,sector)))
H A Dinode.c980 if (!(bh = fat_bread(sb, i_pos >> MSDOS_SB(sb)->dir_per_block_bits))) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmsdos_fs.h237 extern struct buffer_head *fat_bread(struct super_block *sb, int block);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmsdos_fs.h237 extern struct buffer_head *fat_bread(struct super_block *sb, int block);

Completed in 77 milliseconds