In a file system, the basic persistent storage operations that permits to manage the file content are called:
They are part made through file system request.
The local/os file system performs all requests against the hard drive at the cluster size and holds them in memory in a cache.
An application using the OS API can thereafter read file content from the File System Cache:
This operation is known as the scatter-gather scheme 1)
When the file system reads and writes file, file lock may be asked or taken in order to prevent data corruption.