Lines Matching refs:i_pos
501 static inline unsigned long exfat_hash(loff_t i_pos)
503 return hash_32(i_pos, EXFAT_HASH_BITS);
506 void exfat_hash_inode(struct inode *inode, loff_t i_pos)
509 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos);
512 EXFAT_I(inode)->i_pos = i_pos;
523 EXFAT_I(inode)->i_pos = 0;
527 struct inode *exfat_iget(struct super_block *sb, loff_t i_pos)
531 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos);
538 if (i_pos != info->i_pos)
567 ei->i_pos = 0;
612 struct exfat_dir_entry *info, loff_t i_pos)
617 inode = exfat_iget(sb, i_pos);
633 exfat_hash_inode(inode, i_pos);