Lines Matching refs:i_pos
125 loff_t i_pos; /* on-disk position of directory entry or 0 */ member
133 loff_t i_pos; /* on-disk position of directory entry */ member
224 loff_t i_pos, sector_t *blknr, int *offset) in fat_get_blknr_offset() argument
226 *blknr = i_pos >> sbi->dir_per_block_bits; in fat_get_blknr_offset()
227 *offset = i_pos & (sbi->dir_per_block - 1); in fat_get_blknr_offset()
233 loff_t i_pos; in fat_i_pos_read() local
237 i_pos = MSDOS_I(inode)->i_pos; in fat_i_pos_read()
241 return i_pos; in fat_i_pos_read()
381 extern void fat_attach(struct inode *inode, loff_t i_pos);
383 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
385 struct msdos_dir_entry *de, loff_t i_pos);