Lines Matching refs:i_pos
546 static inline unsigned long exfat_hash(loff_t i_pos) in exfat_hash() argument
548 return hash_32(i_pos, EXFAT_HASH_BITS); in exfat_hash()
551 void exfat_hash_inode(struct inode *inode, loff_t i_pos) in exfat_hash_inode() argument
554 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); in exfat_hash_inode()
557 EXFAT_I(inode)->i_pos = i_pos; in exfat_hash_inode()
568 EXFAT_I(inode)->i_pos = 0; in exfat_unhash_inode()
572 struct inode *exfat_iget(struct super_block *sb, loff_t i_pos) in exfat_iget() argument
576 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); in exfat_iget()
583 if (i_pos != info->i_pos) in exfat_iget()
613 ei->i_pos = 0; in exfat_fill_inode()
649 struct exfat_dir_entry *info, loff_t i_pos) in exfat_build_inode() argument
654 inode = exfat_iget(sb, i_pos); in exfat_build_inode()
670 exfat_hash_inode(inode, i_pos); in exfat_build_inode()