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
252 loff_t i_pos, sector_t *blknr, int *offset) in fat_get_blknr_offset() argument
254 *blknr = i_pos >> sbi->dir_per_block_bits; in fat_get_blknr_offset()
255 *offset = i_pos & (sbi->dir_per_block - 1); in fat_get_blknr_offset()
261 loff_t i_pos; in fat_i_pos_read() local
265 i_pos = MSDOS_I(inode)->i_pos; in fat_i_pos_read()
269 return i_pos; in fat_i_pos_read()
409 extern void fat_attach(struct inode *inode, loff_t i_pos);
411 extern struct inode *fat_iget(struct super_block *sb, loff_t i_pos);
413 struct msdos_dir_entry *de, loff_t i_pos);