Lines Matching defs:i_pos
477 static inline unsigned long exfat_hash(loff_t i_pos)
479 return hash_32(i_pos, EXFAT_HASH_BITS);
482 void exfat_hash_inode(struct inode *inode, loff_t i_pos)
485 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos);
488 EXFAT_I(inode)->i_pos = i_pos;
499 EXFAT_I(inode)->i_pos = 0;
503 struct inode *exfat_iget(struct super_block *sb, loff_t i_pos)
507 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos);
514 if (i_pos != info->i_pos)
543 ei->i_pos = 0;
588 struct exfat_dir_entry *info, loff_t i_pos)
593 inode = exfat_iget(sb, i_pos);
609 exfat_hash_inode(inode, i_pos);