Lines Matching refs:i_pos
128 loff_t i_pos; /* on-disk position of directory entry or 0 */ member
137 loff_t i_pos; /* on-disk position of directory entry */ member
256 loff_t i_pos, sector_t *blknr, int *offset) in fat_get_blknr_offset() argument
258 *blknr = i_pos >> sbi->dir_per_block_bits; in fat_get_blknr_offset()
259 *offset = i_pos & (sbi->dir_per_block - 1); in fat_get_blknr_offset()
265 loff_t i_pos; in fat_i_pos_read() local
269 i_pos = MSDOS_I(inode)->i_pos; in fat_i_pos_read()
273 return i_pos; in fat_i_pos_read()
415 extern void fat_attach(struct inode *inode, loff_t i_pos);
417 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
419 struct msdos_dir_entry *de, loff_t i_pos);