SlidePub
Home
Categories
Login
Register
Home
General
Virtual file system (VFS)
Virtual file system (VFS)
WaylinCh
1,570 views
14 slides
Jul 02, 2014
Slide
1
of 14
Previous
Next
1
2
3
4
5
6
7
8
9
10
11
12
13
14
About This Presentation
No description available for this slideshow.
Size:
310.13 KB
Language:
none
Added:
Jul 02, 2014
Slides:
14 pages
Slide Content
Slide 1
1
Virtual FileSystem(VFS)
Wayling
2011.12.20
Slide 2
2
Outline
•Introduce VFS
•VFS implement
•Ramfs
•Vfs/ramfs to Bos
Slide 3
3
virtual file system(1/2)
ls mkdir mount
libc
VFS
cpiofs
procfs
arfs
devfs
tarfs
ramfs
filesystem
Slide 4
4
virtual file system(2/2)
•vfs framework
–vnode / file / dirent struct
–mount / mkdir
•no file I/O
–device model
–file block struct
–read / write
•no lock
–no Synchronized
Slide 5
5
VFS implement (call trace)
•mount->sys_mount->ramfs_mount
•mkdir->sys_mkdir->ramfs_mkdir
•open_dir->sys_opendir->ramfs_opendir
•read->sys_read->ramfs_read
•write->sys_write->ramfs_write
Slide 6
6
VFS implement (vnode)
Slide 7
7
vfs 轉換
•轉換vnode 到個別檔案系統的節點
–namei / lookup
•找到對應filesystem,root point
•分解路徑
•轉換
/test/test1
/ /test /test/test1
Filesystem 相關
Slide 8
8
mount
• “/” ,根目錄比較特別 ,需要直接用 mount建立,
其他目錄皆需用 mkdir 創建
•sys_mount掛載一個 檔案系統,所有操作皆會
被轉為此檔案系統各自的操作
/
ramfs
/test
ext2
Slide 9
9
mkdir
•sys_mkdir建立vnode 轉為個別檔案系統的節
點之操作
依據路徑
轉換vnode
是否存在
目錄存在
建vnode,
呼叫對應檔案系統之 mkdir
Slide 10
10
vnode 查詢
•vnode查詢頻繁,故使用hash function查詢
vnode_table
Slide 11
11
ramfs(1/2)
•vnode -> ramfs_node
•ramfs 自我組織
/
/test1
/test2
/test
Slide 12
12
ramfs 填填看(2/2)
Slide 13
13
vfs/ramfs to Bos
•Porting from prex/xboot
•Github
https://github.com/benwei/bos/tree/feature-
vfs
•fs
–vfs
–ramfs
•ls command
Slide 14
14
reference
•[vfs-feature]
•https://github.com/benwei/bos/tree/feature-
vfs
•[xboot]
•https://github.com/jerryjianjun/xboot
•[prex]
•https://github.com/AndrewD/prex
Tags
Categories
General
Download
Download Slideshow
Get the original presentation file
Quick Actions
Embed
Share
Save
Print
Full
Report
Statistics
Views
1,570
Slides
14
Favorites
1
Age
4171 days
Related Slideshows
22
Pray For The Peace Of Jerusalem and You Will Prosper
RodolfoMoralesMarcuc
32 views
26
Don_t_Waste_Your_Life_God.....powerpoint
chalobrido8
33 views
31
VILLASUR_FACTORS_TO_CONSIDER_IN_PLATING_SALAD_10-13.pdf
JaiJai148317
31 views
14
Fertility awareness methods for women in the society
Isaiah47
30 views
35
Chapter 5 Arithmetic Functions Computer Organisation and Architecture
RitikSharma297999
27 views
5
syakira bhasa inggris (1) (1).pptx.......
ourcommunity56
29 views
View More in This Category
Embed Slideshow
Dimensions
Width (px)
Height (px)
Start Page
Which slide to start from (1-14)
Options
Auto-play slides
Show controls
Embed Code
Copy Code
Share Slideshow
Share on Social Media
Share on Facebook
Share on Twitter
Share on LinkedIn
Share via Email
Or copy link
Copy
Report Content
Reason for reporting
*
Select a reason...
Inappropriate content
Copyright violation
Spam or misleading
Offensive or hateful
Privacy violation
Other
Slide number
Leave blank if it applies to the entire slideshow
Additional details
*
Help us understand the problem better