Home
last modified time | relevance | path

Searched refs:root_size (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/fs/fat/
Dfat.c554 int root_size = FAT_SB(fs)->root_size; in vfat_find_entry() local
557 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() local
577 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()
Dfat_fs.h93 int root_size; /* The root dir size in sectors */ member
/external/kernel-headers/original/uapi/linux/
Dadfs_fs.h34 __le32 root_size; member
/external/libusb/libusb/os/
Dwindows_winusb.c165 size_t j, size, root_size; in sanitize_path() local
173 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()