Searched refs:used_bytes (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/freebsd/vboxvfs/
H A Dvboxvfs.h78 size_t used_bytes; member in struct:sf_dir_buf
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h90 fsw_u64 used_bytes; member in struct:fsw_hfs_dnode
H A Dfsw_core.c492 sb->used_bytes = 0;
494 if (!status && !sb->used_bytes)
495 sb->used_bytes = FSW_U64_DIV(dno->size + dno->vol->log_blocksize - 1, dno->vol->log_blocksize);
H A Dfsw_core.h346 fsw_u64 used_bytes; //!< Bytes actually used by the file on disk member in struct:fsw_dnode_stat
H A Dfsw_hfs.c409 sb->used_bytes = dno->used_bytes;
1021 baby->used_bytes = file_info->used;
H A Dfsw_iso9660.c425 sb->used_bytes = (dno->g.size + (ISO9660_BLOCKSIZE-1)) & ~(ISO9660_BLOCKSIZE-1);
H A Dfsw_efi.c1087 FileInfo->PhysicalSize = sb.used_bytes;

Completed in 43 milliseconds