Searched refs:root_size (Results 1 – 4 of 4) sorted by relevance
554 int root_size = FAT_SB(fs)->root_size; in vfat_find_entry() local557 inode->size = root_size ? root_size << fs->sector_shift : ~0; in vfat_find_entry()570 int root_size = FAT_SB(fs)->root_size; in vfat_iget_root() local577 inode->size = root_size ? root_size << fs->sector_shift : ~0; in vfat_iget_root()751 sbi->root_size = root_dir_size(fs, &fat); in vfat_fs_init()752 sbi->data = sbi->root + sbi->root_size; in vfat_fs_init()
93 int root_size; /* The root dir size in sectors */ member
34 __le32 root_size; member
165 size_t j, size, root_size; in sanitize_path() local173 root_size = sizeof(root_prefix) - 1; in sanitize_path()178 add_root = root_size; in sanitize_path()189 for (j = 0; j < root_size; j++) in sanitize_path()193 for (j = root_size; j < size; j++) { in sanitize_path()