Searched defs:root_size (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dadfs_fs.h34 __le32 root_size; member in struct:adfs_discrecord
/external/syslinux/core/fs/fat/
H A Dfat.c554 int root_size = FAT_SB(fs)->root_size; local
557 inode->size = root_size ? root_size << fs->sector_shift : ~0;
570 int root_size = FAT_SB(fs)->root_size; local
577 inode->size = root_size ? root_size << fs->sector_shift : ~0;
751 sbi->root_size = root_dir_size(fs, &fat);
752 sbi->data = sbi->root + sbi->root_size;
[all...]
H A Dfat_fs.h93 int root_size; /* The root dir size in sectors */ member in struct:fat_sb_info
/external/libusb/libusb/os/
H A Dwindows_winusb.c165 size_t j, size, root_size; local
173 root_size = sizeof(root_prefix) - 1;
178 add_root = root_size;
189 for (j = 0; j < root_size; j++)
193 for (j = root_size; j < size; j++) {

Completed in 209 milliseconds