Searched refs:oi_size (Results 1 – 2 of 2) sorted by relevance
30 grub_size_t oi_size;34 - &oi_size);35 + grub_efi_get_variable ("OsIndications", &global, &oi_size,38 if (old_os_indications != NULL && oi_size == sizeof (os_indications))41 grub_size_t oi_size = 0;45 - &global, &oi_size);46 + grub_efi_get_variable ("OsIndicationsSupported", &global, &oi_size,
437 loff_t oi_size; in cachefiles_attr_changed() local459 oi_size = i_size_read(d_backing_inode(object->backer)); in cachefiles_attr_changed()460 if (oi_size == ni_size) in cachefiles_attr_changed()469 if (oi_size & ~PAGE_MASK && ni_size > oi_size) { in cachefiles_attr_changed()470 _debug("discard tail %llx", oi_size); in cachefiles_attr_changed()472 newattrs.ia_size = oi_size & PAGE_MASK; in cachefiles_attr_changed()