Lines Matching refs:first_clus
66 uint32_t cluster = finode->first_clus; in __fat32_search_long_short()
343 finode->first_clus = ((sinfo.de->DIR_FstClusHI << 16) | sinfo.de->DIR_FstClusLO) & 0x0fffffff; in fat32_lookup()
441 finode->first_clus = fbs->BPB_RootClus; in fat32_read_superblock()
505 fdEntry->DIR_FstClusLO = finode->first_clus & 0xffff; in fat32_write_inode()
506 fdEntry->DIR_FstClusHI = (finode->first_clus >> 16) | (fdEntry->DIR_FstClusHI & 0xf000); in fat32_write_inode()
581 uint64_t cluster = finode->first_clus; in fat32_read()
669 uint32_t cluster = finode->first_clus; in fat32_write()
897 finode->first_clus = 0; in fat32_create()
995 p->first_clus = 0; in fat32_mkdir()
1054 … new_dir_dentries->DIR_FstClusHI = (unsigned short)(parent_inode_info->first_clus >> 16) & 0x0fff; in fat32_mkdir()
1055 new_dir_dentries->DIR_FstClusLO = (unsigned short)(parent_inode_info->first_clus) & 0xffff; in fat32_mkdir()
1164 uint32_t cluster = finode->first_clus; in fat32_readdir()