Resource allocation method and system
A resource allocation and resource technology, applied in the field of resource allocation of shared storage systems, can solve problems such as limited adaptation range, achieve the effect of wide application range and avoid space waste
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0019] In the ext4 file system, when the file is allocated resources, the file layout adopts the block segment method, and the pre-allocated resources are recorded in the file layout in the form of (file_offset, blk_start, blk_len), and the logical position of the file is marked (file_offset, blk_len) Corresponding to the physical storage location (blk_start, blk_len); in addition, an unused flag is also set to identify whether the resource is used to indicate whether the part of the resource is empty, that is, whether it has been allocated but not yet written.
[0020] The block segment-based file layout structure in the ext4 file system is as follows:
[0021] struct ext4_extent{
[0022] _le32ee_block;
[0023] _lel6ee_len;
[0024] _lel6ee_start_hi;
[0025] _le32ee_start;
[0026]};
[0027] Among them, ee_block represents the logical block number of the file; ee_len represents the granularity of the block segment, the total number of digits in ee_len is 16 bits, and ...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com