Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

images of diagram (function calls) & Material of 4th Week QnA #54

Merged
merged 2 commits into from
Dec 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added module11/Disk Manager 4주차 분석 QnA.pdf
Binary file not shown.
26 changes: 26 additions & 0 deletions module11/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 11. Disk Manager (4th Week)

## 1) Major Functions
### 1. Structures
```c
disk_reserve_from_cache
Expand Down Expand Up @@ -31,6 +32,31 @@ disk_reserve_from_cache

<br/>

### 2. Diagram
(1) `disk_reserve_from_cache` calls

<div style="display:flex" align="center">
<img src="images/1.png" alt="1" width="800"/>
</div>

<br/>

(2) `disk_reserve_from_cache_vols` calls

<div style="display:flex" align="center">
<img src="images/2.png" alt="2" width="800"/>
</div>

<br/>

(3) `disk_reserve_from_cache_volume` calls

<div style="display:flex" align="center">
<img src="images/3.png" alt="3" width="800"/>
</div>

<br/>

## 2) disk_cache_lock_reserve_for_purpose & disk_cache_lock_reserve
### 1. Purpose
캐쉬로부터 섹터 예약을 진행하는 과정에서 볼륨의 목적에 맞는 LOCK을 취득하기 위한 함수
Expand Down
Binary file added module11/images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added module11/images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added module11/images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.