Searched refs:i_pos (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c75 fat_fs_panic(sb, "corrupted file size (i_pos %lld, %lld)",
76 MSDOS_I(inode)->i_pos, MSDOS_I(inode)->mmu_private);
233 static inline unsigned long fat_hash(struct super_block *sb, loff_t i_pos) argument
235 unsigned long tmp = (unsigned long)i_pos | (unsigned long) sb;
240 void fat_attach(struct inode *inode, loff_t i_pos) argument
246 MSDOS_I(inode)->i_pos = i_pos;
248 sbi->inode_hashtable + fat_hash(sb, i_pos));
258 MSDOS_I(inode)->i_pos = 0;
265 struct inode *fat_iget(struct super_block *sb, loff_t i_pos) argument
387 fat_build_inode(struct super_block *sb, struct msdos_dir_entry *de, loff_t i_pos) argument
551 loff_t i_pos; local
666 loff_t i_pos; local
741 loff_t i_pos; local
[all...]
H A Dcache.c245 " (i_pos %lld)", __FUNCTION__,
246 MSDOS_I(inode)->i_pos);
256 " (i_pos %lld)", __FUNCTION__,
257 MSDOS_I(inode)->i_pos);
288 fat_fs_panic(sb, "%s: request beyond EOF (i_pos %lld)",
289 __FUNCTION__, MSDOS_I(inode)->i_pos);
H A Ddir.c413 sinfo->i_pos = fat_make_i_pos(sb, sinfo->bh, sinfo->de);
584 loff_t i_pos = fat_make_i_pos(sb, bh, de); local
585 struct inode *tmp = fat_iget(sb, i_pos);
825 struct msdos_dir_entry **de, loff_t *i_pos)
833 *i_pos = fat_make_i_pos(dir->i_sb, *bh, *de);
902 sinfo->i_pos = fat_make_i_pos(sb, sinfo->bh, sinfo->de);
1112 struct buffer_head **bh, loff_t *i_pos)
1169 *i_pos = fat_make_i_pos(sb, *bh, *de);
1198 loff_t pos, i_pos; local
1232 printk(KERN_ERR "FAT: Corrupted directory (i_pos
824 fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh, struct msdos_dir_entry **de, loff_t *i_pos) argument
1110 fat_add_new_entries(struct inode *dir, void *slots, int nr_slots, int *nr_cluster, struct msdos_dir_entry **de, struct buffer_head **bh, loff_t *i_pos) argument
[all...]
H A Dfile.c265 "%s: invalid cluster chain (i_pos %lld)",
266 __FUNCTION__, MSDOS_I(inode)->i_pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsdos_fs.h174 loff_t i_pos; /* on-disk position of directory entry */ member in struct:fat_slot_info
265 loff_t i_pos; /* on-disk position of directory entry or 0 */ member in struct:msdos_inode_info
347 struct msdos_dir_entry **de, loff_t *i_pos);
410 extern void fat_attach(struct inode *inode, loff_t i_pos);
412 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
414 struct msdos_dir_entry *de, loff_t i_pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/msdos/
H A Dnamei.c223 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
307 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
394 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
518 new_i_pos = MSDOS_I(new_inode)->i_pos;
525 new_i_pos = sinfo.i_pos;
593 fat_attach(old_inode, old_sinfo.i_pos);
611 "%s: Filesystem corrupted (i_pos %lld)",
612 __FUNCTION__, sinfo.i_pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c704 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
750 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
842 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
903 new_i_pos = MSDOS_I(new_inode)->i_pos;
910 new_i_pos = sinfo.i_pos;
976 fat_attach(old_inode, old_sinfo.i_pos);
993 "%s: Filesystem corrupted (i_pos %lld)",
994 __FUNCTION__, sinfo.i_pos);

Completed in 174 milliseconds