Searched refs:root_clu (Results 1 – 1 of 1) sorted by relevance
| /fs/exfat/ |
| A D | super.c | 344 static int exfat_read_root(struct inode *inode, struct exfat_chain *root_clu) in exfat_read_root() argument 362 i_size_write(inode, EXFAT_CLU_TO_B(root_clu->size, sbi)); in exfat_read_root() 364 num_subdirs = exfat_count_dir_entries(sb, root_clu); in exfat_read_root() 578 struct exfat_chain *root_clu) in __exfat_fill_super() argument 600 exfat_chain_set(root_clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in __exfat_fill_super() 601 ret = exfat_count_num_clusters(sb, root_clu, &root_clu->size); in __exfat_fill_super() 639 struct exfat_chain root_clu; in exfat_fill_super() local 658 err = __exfat_fill_super(sb, &root_clu); in exfat_fill_super() 693 err = exfat_read_root(root_inode, &root_clu); in exfat_fill_super()
|
Completed in 3 milliseconds