CN107239236A - Method for writing data and device - Google Patents

Method for writing data and device Download PDF

Info

Publication number
CN107239236A
CN107239236A CN201710502693.8A CN201710502693A CN107239236A CN 107239236 A CN107239236 A CN 107239236A CN 201710502693 A CN201710502693 A CN 201710502693A CN 107239236 A CN107239236 A CN 107239236A
Authority
CN
China
Prior art keywords
data
stored
size
data amount
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201710502693.8A
Other languages
Chinese (zh)
Inventor
李明浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN201710502693.8A priority Critical patent/CN107239236A/en
Publication of CN107239236A publication Critical patent/CN107239236A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • G06F3/0611Improving I/O performance in relation to response time
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1727Details of free space management performed by the file system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1847File system types specifically adapted to static storage, e.g. adapted to flash memory or SSD
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/0671In-line storage system
    • G06F3/0673Single storage device
    • G06F3/0679Non-volatile semiconductor memory device, e.g. flash memory, one time programmable memory [OTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The disclosure is directed to a kind of method for writing data and device, for improving under the FUSE file system developed based on User space, the efficiency of data is write.Methods described includes:Whether the size of the data to be stored in detection internal memory reaches preset data amount, wherein, the preset data amount is more than the size of single memory page in memory module;When the size of the data to be stored reaches preset data amount, the user's space file system FUSE developed based on User space write operation is called;According to the write operation, the data to be stored are write in the memory module.

Description

Method for writing data and device
Technical field
This disclosure relates to computer realm, more particularly to method for writing data and device.
Background technology
File system be it is a kind of be used for store with organizational computing machine file, catalogue and its comprising data method, it makes The lookup and access of file, catalogue and data are simplified.FUSE (Filesystem in Userspace, user's space text Part system) file system framework of a User space is provided for developer, and one group is used to realize full file system institute The application programming interface (Application Programming Interface, API) needed, developer only needs to reality Several interfaces defined in existing FUSE, it is possible to easily realize a new file system in User space, therefore be greatly improved The operating efficiency of exploitation file system.
At present, in certain operations system, such as Android (Android) system stores mould for the management of safe ready The data of block, such as SDcard (Secure Digital Memory Card, safe digital card), can hang over base by SDcard In the FUSE file system that User space is developed.
However, under the FUSE file system developed based on User space, kernel module can be by the write request of application program Write according to the size of single memory page, i.e. the data call that kernel module can be to each memory page size of write-in The write operation of User space file system, then the size of for example single memory page is 4KB, for writing for 64KB data Request, may will trigger the write operation of the User space file system of 16 times, and less efficient, the speed for writing data is slower.
The content of the invention
To overcome problem present in correlation technique, the disclosure provides a kind of method for writing data and device, for improving Under the FUSE file system developed based on User space, the efficiency of data is write.
According to the first aspect of the embodiment of the present disclosure there is provided a kind of method for writing data, applied to electronic equipment, including:
Whether the size of the data to be stored in detection internal memory reaches preset data amount, wherein, the preset data amount is big The size of single memory page in memory module;
When the size of the data to be stored reaches preset data amount, the user's space text developed based on User space is called Part system FUSE write operation;
According to the write operation, the data to be stored are write in the memory module.
Optionally, methods described also includes:
The preset data amount is set by carry option during carry.
Optionally, the preset data amount is the integral multiple of the size of the single memory page.
Optionally, methods described also includes:
When the size of the data to be stored is not up to preset data amount, obtains and preserve operation;
Operated according to described preserve, call the user's space file system FUSE developed based on User space write operation;
The data to be stored are write in the memory module.
According to the second aspect of the embodiment of the present disclosure there is provided a kind of data transfer apparatus, applied to electronic equipment, including:
Detection module, is configured as detecting whether the size of the data to be stored in internal memory reaches preset data amount, wherein, The preset data amount is more than the size of single memory page in memory module;
First calling module, is configured as, when the size of the data to be stored reaches preset data amount, calling and being based on The user's space file system FUSE of User space exploitation write operation;
First writing module, is configured as according to the write operation, and the data to be stored are write into the memory module In.
Optionally, described device also includes:
Setup module, is configured as during carry setting the preset data amount by carry option.
Optionally, the preset data amount is the integral multiple of the size of the single memory page.
Optionally, described device also includes:
Module is obtained, is configured as when the size of the data to be stored is not up to preset data amount, obtains and preserves behaviour Make;
Second calling module, is configured as being operated according to described preserve, calls the user's space text developed based on User space Part system FUSE write operation;
Second writing module, is configured as writing the data to be stored in the memory module.
According to the third aspect of the embodiment of the present disclosure there is provided a kind of data transfer apparatus, including:
Processor;
Memory for storing processor-executable instruction;
Wherein, the processor is configured as:Whether the size of the data to be stored in detection internal memory reaches preset data Amount, wherein, the preset data amount is more than the size of single memory page in memory module;
When the size of the data to be stored reaches preset data amount, the user's space text developed based on User space is called Part system FUSE write operation;
According to the write operation, the data to be stored are write in the memory module.
According to the fourth aspect of the embodiment of the present disclosure there is provided a kind of computer-readable recording medium, calculating is stored thereon with Machine programmed instruction, the programmed instruction realizes the step for the method for writing data that disclosure first aspect is provided when being executed by processor Suddenly.
The technical scheme provided by this disclosed embodiment can include the following benefits:It can detect that treating in internal memory is deposited Whether the size of storage data has reached preset data amount, and preset data amount can be more than the big of single memory page in memory module It is small, then when the size of data to be stored reaches preset data amount, recall the FUSE file system developed based on User space Write operation, then according to write operation by data to be stored write memory module in.So, the data to be stored in internal memory can be The write operation of User space can be just triggered after the preset data amount for accumulating setting, without again to the data of each memory page size Write operation is carried out, the efficiency of FUSE file system write operations is improved.
It should be appreciated that the general description of the above and detailed description hereinafter are only exemplary and explanatory, not The disclosure can be limited.
Brief description of the drawings
Accompanying drawing herein is merged in specification and constitutes the part of this specification, shows the implementation for meeting the disclosure Example, and be used to together with specification to explain the principle of the disclosure.
Fig. 1 is a kind of flow chart of method for writing data according to an exemplary embodiment.
Fig. 2 is a kind of block diagram of data transfer apparatus according to an exemplary embodiment.
Fig. 3 is a kind of another block diagram of data transfer apparatus according to an exemplary embodiment.
Fig. 4 is a kind of another block diagram of data transfer apparatus according to an exemplary embodiment.
Fig. 5 is a kind of block diagram of data transfer apparatus according to an exemplary embodiment.
Embodiment
Here exemplary embodiment will be illustrated in detail, its example is illustrated in the accompanying drawings.Following description is related to During accompanying drawing, unless otherwise indicated, the same numbers in different accompanying drawings represent same or analogous key element.Following exemplary embodiment Described in embodiment do not represent all embodiments consistent with the disclosure.On the contrary, they be only with it is such as appended The example of the consistent apparatus and method of some aspects be described in detail in claims, the disclosure.
Electronic equipment in the embodiment of the present disclosure for example can be the PC (Personal based on android system Computer, personal computer), PAD (Personal Digital Assistant, tablet personal computer), mobile phone etc. it is different Electronic equipment, the embodiment of the present disclosure is not construed as limiting to this.
Fig. 1 is a kind of flow chart of method for writing data according to an exemplary embodiment, as shown in figure 1, the number It is used for according to wiring method in electronic equipment, comprises the following steps.
In step s 11, whether the size of the data to be stored in detection internal memory reaches preset data amount, wherein, preset Data volume is more than the size of single memory page in memory module.
In step s 12, when the size of data to be stored reaches preset data amount, the use developed based on User space is called Family space file system FUSE write operation.
In step s 13, according to write operation, data to be stored are write in memory module.
Memory module such as can be the memory built in SDcard etc. in the electronic device, can be used for storage file and Data.
Preset data amount can be the amount of the data of the write operation set in advance that can trigger User space.For present count It is how many actually according to the value of amount, the embodiment of the present disclosure is not construed as limiting, as long as the size more than single memory page in memory module is Can.For example, single memory page in memory module, that is, page size is 4KB, then preset data amount can be set For 8KB, 16KB, 64KB, etc..
For example, preset data amount can be set as 128KB, then during write-in data, number to be stored in internal memory can be detected According to size whether reached 128KB, when the data to be stored stored in internal memory have reached 128KB, just trigger kernel module What (i.e. data can be write memory module by Kernel Fuse modules based on write request from internal memory) carried out User space writes behaviour Make, and then 128KB data are write in memory module (such as SDcard).It can be seen that, compared to the data of memory page size Amount triggering write operation, is that foundation can effectively reduce write operation to trigger the write operation of User space according to the preset data amount of setting The number of times of triggering, and then the efficiency of data write-in is improved, while also mitigating the processing load of kernel module.
Optionally, carry option setting preset data amount can be passed through during carry.
Application program must first pass through kernel module, kernel mould to the file write-in based on the Fuse file system developed every time Block has permission when decision writes data into User space file system, therefore the mistake of carry can be being carried out to memory module Cheng Zhong, preset data amount is set by carry option.
Such as, to set preset data amount is 128KB, there is a max_ in struct fuse_init_out structures Write variables, then 128KB directly can be assigned to max_write variables.So, can be with more convenient to present count It is configured according to amount.
Optionally, preset data amount can be the integral multiple of the size of single memory page.
For example, the size of single memory page (page) be 4KB, then can set preset data amount for 8KB, 16KB, 64KB, 128KB, etc..So, data to be stored preferably can be write into memory module.
Optionally, when the size of data to be stored is not up to preset data amount, preservation operation can also be obtained, then can , then will be to be stored according to operation is preserved, to call the user's space file system FUSE developed based on User space write operation In data write-in memory module.
In other words, the corresponding data to be written of write request are possible to be not reaching to preset data amount, then if with The operation that family is preserved, can still trigger the write operation of User space, be written into data write-in memory module.
For example, the corresponding data to be written of the write request of user are 64KB, preset data amount is 128KB, if user enters Preservation of having gone is operated, and can be triggered the write operation that kernel module carries out User space, will be not reaching to the 64KB's of preset data amount In data write-in memory module to be stored.By such mode, even if the data of user's write-in are not reaching to preset data amount, Also data can be write by preserving operation, the data-handling capacity of electronic equipment is stronger.
Fig. 2 is a kind of block diagram of data transfer apparatus 100 according to an exemplary embodiment.Reference picture 2, the device 100 include detection module 121, the first calling module 122 and the first writing module 123.
The detection module 121 is configured as detecting whether the size of the data to be stored in internal memory reaches preset data amount, Wherein, the preset data amount is more than the size of single memory page in memory module;
First calling module 122 is configured as, when the size of the data to be stored reaches preset data amount, calling The user's space file system FUSE developed based on User space write operation;
First writing module 123 is configured as according to the write operation, and the data to be stored are write into the storage In module.
Optionally, as shown in figure 3, device 100 also includes:
Setup module 124, is configured as during carry setting the preset data amount by carry option.
Optionally, the preset data amount is the integral multiple of the size of the single memory page.
Optionally, as shown in figure 4, device 100 also includes:
Module 125 is obtained, is configured as, when the size of the data to be stored is not up to preset data amount, being preserved Operation;
Second calling module 126, is configured as being operated according to described preserve, calls the user's space developed based on User space File system FUSE write operation;
Second writing module 127, is configured as writing the data to be stored in the memory module.
On the device in above-described embodiment, wherein modules perform the concrete mode of operation in relevant this method Embodiment in be described in detail, explanation will be not set forth in detail herein.
The disclosure also provides a kind of computer-readable recording medium, is stored thereon with computer program instructions, and the program refers to The method for writing data that the disclosure is provided is realized in order when being executed by processor the step of.
Fig. 5 is a kind of block diagram of data transfer apparatus 500 according to an exemplary embodiment.For example, device 500 can To be mobile phone, computer, digital broadcast terminal, messaging devices, game console, tablet device, Medical Devices are good for Body equipment, personal digital assistant etc..
Reference picture 5, device 500 can include following one or more assemblies:Processing assembly 502, memory 504, electric power Component 506, multimedia groupware 508, audio-frequency assembly 510, the interface 512 of input/output (I/O), sensor cluster 514, and Communication component 516.
The integrated operation of the usual control device 500 of processing assembly 502, such as with display, call, data communication, phase Machine operates the operation associated with record operation.Processing assembly 502 can refer to including one or more processors 520 to perform Order, to complete all or part of step of above-mentioned method for writing data.In addition, processing assembly 502 can include one or many Individual module, is easy to the interaction between processing assembly 502 and other assemblies.For example, processing assembly 502 can include multimedia mould Block, to facilitate the interaction between multimedia groupware 508 and processing assembly 502.
Memory 504 is configured as storing various types of data supporting the operation in device 500.These data are shown Example includes the instruction of any application program or method for operating on device 500, and contact data, telephone book data disappears Breath, picture, video etc..Memory 504 can be by any kind of volatibility or non-volatile memory device or their group Close and realize, such as static RAM (SRAM), Electrically Erasable Read Only Memory (EEPROM) is erasable to compile Journey read-only storage (EPROM), programmable read only memory (PROM), read-only storage (ROM), magnetic memory, flash Device, disk or CD.
Electric power assembly 506 provides electric power for the various assemblies of device 500.Electric power assembly 506 can include power management system System, one or more power supplys, and other components associated with generating, managing and distributing electric power for device 500.
Multimedia groupware 508 is included in the screen of one output interface of offer between described device 500 and user.One In a little embodiments, screen can include liquid crystal display (LCD) and touch panel (TP).If screen includes touch panel, screen Curtain may be implemented as touch-screen, to receive the input signal from user.Touch panel includes one or more touch sensings Device is with the gesture on sensing touch, slip and touch panel.The touch sensor can not only sensing touch or sliding action Border, but also detection touches or slide related duration and pressure with described.In certain embodiments, many matchmakers Body component 508 includes a front camera and/or rear camera.When device 500 be in operator scheme, such as screening-mode or During video mode, front camera and/or rear camera can receive the multi-medium data of outside.Each front camera and Rear camera can be a fixed optical lens system or with focusing and optical zoom capabilities.
Audio-frequency assembly 510 is configured as output and/or input audio signal.For example, audio-frequency assembly 510 includes a Mike Wind (MIC), when device 500 be in operator scheme, when such as call model, logging mode and speech recognition mode, microphone by with It is set to reception external audio signal.The audio signal received can be further stored in memory 504 or via communication set Part 516 is sent.In certain embodiments, audio-frequency assembly 510 also includes a loudspeaker, for exports audio signal.
I/O interfaces 512 is provide interface between processing assembly 502 and peripheral interface module, above-mentioned peripheral interface module can To be keyboard, click wheel, button etc..These buttons may include but be not limited to:Home button, volume button, start button and lock Determine button.
Sensor cluster 514 includes one or more sensors, and the state for providing various aspects for device 500 is commented Estimate.For example, sensor cluster 514 can detect opening/closed mode of device 500, the relative positioning of component is for example described Component is the display and keypad of device 500, and sensor cluster 514 can be with 500 1 components of detection means 500 or device Position change, the existence or non-existence that user contacts with device 500, the orientation of device 500 or acceleration/deceleration and device 500 Temperature change.Sensor cluster 514 can include proximity transducer, be configured to detect in not any physical contact The presence of neighbouring object.Sensor cluster 514 can also include optical sensor, such as CMOS or ccd image sensor, for into As being used in application.In certain embodiments, the sensor cluster 514 can also include acceleration transducer, gyro sensors Device, Magnetic Sensor, pressure sensor or temperature sensor.
Communication component 516 is configured to facilitate the communication of wired or wireless way between device 500 and other equipment.Device 500 can access the wireless network based on communication standard, such as WiFi, 2G or 3G, or combinations thereof.In an exemplary implementation In example, communication component 516 receives broadcast singal or broadcast related information from external broadcasting management system via broadcast channel. In one exemplary embodiment, the communication component 516 also includes near-field communication (NFC) module, to promote junction service.Example Such as, NFC module can be based on radio frequency identification (RFID) technology, Infrared Data Association (IrDA) technology, ultra wide band (UWB) technology, Bluetooth (BT) technology and other technologies are realized.
In the exemplary embodiment, device 500 can be believed by one or more application specific integrated circuits (ASIC), numeral Number processor (DSP), digital signal processing appts (DSPD), PLD (PLD), field programmable gate array (FPGA), controller, microcontroller, microprocessor or other electronic components are realized, for performing above-mentioned method for writing data.
In the exemplary embodiment, a kind of non-transitorycomputer readable storage medium including instructing, example are additionally provided Such as include the memory 504 of instruction, above-mentioned instruction can be performed to complete above-mentioned data write-in side by the processor 520 of device 500 Method.For example, the non-transitorycomputer readable storage medium can be ROM, random access memory (RAM), CD-ROM, magnetic Band, floppy disk and optical data storage devices etc..
Those skilled in the art will readily occur to other embodiment party of the disclosure after considering specification and putting into practice the disclosure Case.The application is intended to any modification, purposes or the adaptations of the disclosure, these modifications, purposes or adaptability Change follows the general principle of the disclosure and including the undocumented common knowledge or usual skill in the art of the disclosure Art means.Description and embodiments are considered only as exemplary, and the true scope of the disclosure and spirit are by following claim Point out.
It should be appreciated that the precision architecture that the disclosure is not limited to be described above and is shown in the drawings, and And various modifications and changes can be being carried out without departing from the scope.The scope of the present disclosure is only limited by appended claim.

Claims (10)

1. a kind of method for writing data, applied to electronic equipment, it is characterised in that including:
Whether the size of the data to be stored in detection internal memory reaches preset data amount, wherein, the preset data amount, which is more than, deposits Store up the size of single memory page in module;
When the size of the data to be stored reaches preset data amount, the user's space file system developed based on User space is called System FUSE write operation;
According to the write operation, the data to be stored are write in the memory module.
2. according to the method described in claim 1, it is characterised in that methods described also includes:
The preset data amount is set by carry option during carry.
3. according to the method described in claim 1, it is characterised in that the preset data amount is the size of the single memory page Integral multiple.
4. according to the method described in claim 1, it is characterised in that methods described also includes:
When the size of the data to be stored is not up to preset data amount, obtains and preserve operation;
Operated according to described preserve, call the user's space file system FUSE developed based on User space write operation;
The data to be stored are write in the memory module.
5. a kind of data transfer apparatus, applied to electronic equipment, it is characterised in that including:
Detection module, is configured as detecting whether the size of the data to be stored in internal memory reaches preset data amount, wherein, it is described Preset data amount is more than the size of single memory page in memory module;
First calling module, is configured as, when the size of the data to be stored reaches preset data amount, calling based on user The user's space file system FUSE of state exploitation write operation;
First writing module, is configured as according to the write operation, and the data to be stored are write in the memory module.
6. data transfer apparatus according to claim 5, it is characterised in that described device also includes:
Setup module, is configured as during carry setting the preset data amount by carry option.
7. data transfer apparatus according to claim 5, it is characterised in that the preset data amount is the single storage The integral multiple of the size of page.
8. data transfer apparatus according to claim 5, it is characterised in that described device also includes:
Module is obtained, is configured as when the size of the data to be stored is not up to preset data amount, obtains and preserves operation;
Second calling module, is configured as being operated according to described preserve, calls the user's space file system developed based on User space System FUSE write operation;
Second writing module, is configured as writing the data to be stored in the memory module.
9. a kind of data transfer apparatus, it is characterised in that including:
Processor;
Memory for storing processor-executable instruction;
Wherein, the processor is configured as:Whether the size of the data to be stored in detection internal memory reaches preset data amount, its In, the preset data amount is more than the size of single memory page in memory module;
When the size of the data to be stored reaches preset data amount, the user's space file system developed based on User space is called System FUSE write operation;
According to the write operation, the data to be stored are write in the memory module.
10. a kind of computer-readable recording medium, is stored thereon with computer program instructions, it is characterised in that the programmed instruction The step of claim 1-4 either method is realized when being executed by processor.
CN201710502693.8A 2017-06-27 2017-06-27 Method for writing data and device Pending CN107239236A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710502693.8A CN107239236A (en) 2017-06-27 2017-06-27 Method for writing data and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710502693.8A CN107239236A (en) 2017-06-27 2017-06-27 Method for writing data and device

Publications (1)

Publication Number Publication Date
CN107239236A true CN107239236A (en) 2017-10-10

Family

ID=59986690

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710502693.8A Pending CN107239236A (en) 2017-06-27 2017-06-27 Method for writing data and device

Country Status (1)

Country Link
CN (1) CN107239236A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111897744A (en) * 2019-05-05 2020-11-06 北京兆易创新科技股份有限公司 Data writing method and device, electronic equipment and storage medium
CN111949560A (en) * 2019-05-16 2020-11-17 北京兆易创新科技股份有限公司 Data writing method and device and storage equipment
CN116312676A (en) * 2023-05-17 2023-06-23 上海芯存天下电子科技有限公司 Nor flash writing method, device, programming circuit and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360369A (en) * 2011-09-28 2012-02-22 中兴通讯股份有限公司 Method and device for writing dirty pages of file in aggregation manner on file system in user space (FUSE)
US20160132410A1 (en) * 2014-11-07 2016-05-12 Tsinghua University Kernel state and user state data exchange method for disaster recovery of virtual container system
CN105740413A (en) * 2016-01-29 2016-07-06 珠海全志科技股份有限公司 File movement method by FUSE on Linux platform
CN105760779A (en) * 2016-02-18 2016-07-13 武汉理工大学 Bidirectional file encryption system based on FUSE

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360369A (en) * 2011-09-28 2012-02-22 中兴通讯股份有限公司 Method and device for writing dirty pages of file in aggregation manner on file system in user space (FUSE)
US20160132410A1 (en) * 2014-11-07 2016-05-12 Tsinghua University Kernel state and user state data exchange method for disaster recovery of virtual container system
CN105740413A (en) * 2016-01-29 2016-07-06 珠海全志科技股份有限公司 File movement method by FUSE on Linux platform
CN105760779A (en) * 2016-02-18 2016-07-13 武汉理工大学 Bidirectional file encryption system based on FUSE

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
IFYOURMM: "基于fuse文件系统优化方法总结[附带详细说明]", 《HTTPS://BLOG.CSDN.NET/IFYOURMM/ARTICLE/DETAILS/51657335》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111897744A (en) * 2019-05-05 2020-11-06 北京兆易创新科技股份有限公司 Data writing method and device, electronic equipment and storage medium
CN111949560A (en) * 2019-05-16 2020-11-17 北京兆易创新科技股份有限公司 Data writing method and device and storage equipment
CN111949560B (en) * 2019-05-16 2024-01-23 兆易创新科技集团股份有限公司 Data writing method and device and storage equipment
CN116312676A (en) * 2023-05-17 2023-06-23 上海芯存天下电子科技有限公司 Nor flash writing method, device, programming circuit and equipment
CN116312676B (en) * 2023-05-17 2023-08-25 上海芯存天下电子科技有限公司 Nor flash writing method, device, programming circuit and equipment

Similar Documents

Publication Publication Date Title
CN104991789B (en) Application program open method and device
CN105511686B (en) Call processing method, device and terminal electronic device
CN103944963B (en) Method of data synchronization, device, equipment and system
CN104021350A (en) Privacy-information hiding method and device
CN105956486B (en) Long-range control method and device
CN104376273A (en) Data access control method and device
CN105654302A (en) Payment method and device
CN104965732B (en) Desktop starts method and device
CN106598488A (en) Distributed data reading method and device
CN106528735A (en) Method and device for controlling browser to play media resources
CN107239236A (en) Method for writing data and device
CN104360875B (en) Privacy mode starts method and apparatus
CN105187671A (en) Recording method and device
CN107145797A (en) Display control method, device and the terminal device of application icon
CN109558229A (en) Browser control method and device
CN105204712A (en) Method and device for displaying icons of folder
CN106610777A (en) Application starting method and device and mobile terminal
CN107197107A (en) Enabled instruction processing method and processing device
CN107360322A (en) Information cuing method and device
CN107071008A (en) Localization method, device and the equipment of terminal device
CN105446521B (en) Touch control operation setting method and device
CN105760796A (en) Application security processing method and device
CN105549883A (en) Operation control method and device
CN107894909A (en) Limit method, apparatus and storage medium that Activity starts
CN107844257A (en) Method for information display, device, terminal and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20171010