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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c77 fat_fs_error(sb, "corrupted file size (i_pos %lld, %lld)",
78 MSDOS_I(inode)->i_pos, MSDOS_I(inode)->mmu_private);
270 static inline unsigned long fat_hash(loff_t i_pos) argument
272 return hash_32(i_pos, FAT_HASH_BITS);
275 void fat_attach(struct inode *inode, loff_t i_pos) argument
278 struct hlist_head *head = sbi->inode_hashtable + fat_hash(i_pos);
281 MSDOS_I(inode)->i_pos = i_pos;
291 MSDOS_I(inode)->i_pos = 0;
297 struct inode *fat_iget(struct super_block *sb, loff_t i_pos) argument
410 fat_build_inode(struct super_block *sb, struct msdos_dir_entry *de, loff_t i_pos) argument
580 loff_t i_pos; local
597 loff_t i_pos; local
706 loff_t i_pos; local
773 loff_t i_pos; local
[all...]
H A Dfat.h110 loff_t i_pos; /* on-disk position of directory entry or 0 */ member in struct:msdos_inode_info
116 loff_t i_pos; /* on-disk position of directory entry */ member in struct:fat_slot_info
248 struct msdos_dir_entry **de, loff_t *i_pos);
315 extern void fat_attach(struct inode *inode, loff_t i_pos);
317 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
319 struct msdos_dir_entry *de, loff_t i_pos);
H A Dnamei_msdos.c219 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
305 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
393 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 __func__, sinfo.i_pos);
H A Dcache.c247 " (i_pos %lld)", __func__,
248 MSDOS_I(inode)->i_pos);
258 " (i_pos %lld)", __func__,
259 MSDOS_I(inode)->i_pos);
290 fat_fs_error(sb, "%s: request beyond EOF (i_pos %lld)",
291 __func__, MSDOS_I(inode)->i_pos);
H A Ddir.c443 sinfo->i_pos = fat_make_i_pos(sb, sinfo->bh, sinfo->de);
648 loff_t i_pos = fat_make_i_pos(sb, bh, de); local
649 struct inode *tmp = fat_iget(sb, i_pos);
859 struct msdos_dir_entry **de, loff_t *i_pos)
867 *i_pos = fat_make_i_pos(dir->i_sb, *bh, *de);
936 sinfo->i_pos = fat_make_i_pos(sb, sinfo->bh, sinfo->de);
1148 struct buffer_head **bh, loff_t *i_pos)
1205 *i_pos = fat_make_i_pos(sb, *bh, *de);
1234 loff_t pos, i_pos; local
1268 printk(KERN_ERR "FAT: Corrupted directory (i_pos
858 fat_get_dotdot_entry(struct inode *dir, struct buffer_head **bh, struct msdos_dir_entry **de, loff_t *i_pos) argument
1146 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 Dnamei_vfat.c733 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
791 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
885 inode = fat_build_inode(sb, sinfo.de, sinfo.i_pos);
947 new_i_pos = MSDOS_I(new_inode)->i_pos;
954 new_i_pos = sinfo.i_pos;
1020 fat_attach(old_inode, old_sinfo.i_pos);
1037 "%s: Filesystem corrupted (i_pos %lld)",
1038 __func__, sinfo.i_pos);
H A Dfile.c266 "%s: invalid cluster chain (i_pos %lld)",
267 __func__, MSDOS_I(inode)->i_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFile.cpp882 unsigned i_pos = 0; local
884 wxString tagName = CFormat(wxT(" %u")) % i_pos;
894 ++i_pos;

Completed in 114 milliseconds