Lines Matching refs:i_pos
125 loff_t i_pos; /* on-disk position of directory entry or 0 */ member
134 loff_t i_pos; /* on-disk position of directory entry */ member
253 loff_t i_pos, sector_t *blknr, int *offset) in fat_get_blknr_offset() argument
255 *blknr = i_pos >> sbi->dir_per_block_bits; in fat_get_blknr_offset()
256 *offset = i_pos & (sbi->dir_per_block - 1); in fat_get_blknr_offset()
262 loff_t i_pos; in fat_i_pos_read() local
266 i_pos = MSDOS_I(inode)->i_pos; in fat_i_pos_read()
270 return i_pos; in fat_i_pos_read()
412 extern void fat_attach(struct inode *inode, loff_t i_pos);
414 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
416 struct msdos_dir_entry *de, loff_t i_pos);