Lines Matching refs:i_pos
124 loff_t i_pos; /* on-disk position of directory entry or 0 */ member
132 loff_t i_pos; /* on-disk position of directory entry */ member
223 loff_t i_pos, sector_t *blknr, int *offset) in fat_get_blknr_offset() argument
225 *blknr = i_pos >> sbi->dir_per_block_bits; in fat_get_blknr_offset()
226 *offset = i_pos & (sbi->dir_per_block - 1); in fat_get_blknr_offset()
232 loff_t i_pos; in fat_i_pos_read() local
236 i_pos = MSDOS_I(inode)->i_pos; in fat_i_pos_read()
240 return i_pos; in fat_i_pos_read()
371 extern void fat_attach(struct inode *inode, loff_t i_pos);
373 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
375 struct msdos_dir_entry *de, loff_t i_pos);