MCPcopy Create free account
hub / github.com/SilverRainZ/OS67 / ialloc

Function ialloc

fs/inode.c:65–77  ·  view source on GitHub ↗

alloc a inode with specific type * - 磁盘: 在 inode bitmap 中寻找一个空闲的位, 清空该位对应的 d_inode * - 内存: 通过 iget() 在内存中申请一个对应的 inodes 槽位 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

createFunction · 0.85
fs_testFunction · 0.85

Calls 3

_iallocFunction · 0.85
igetFunction · 0.85
memsetFunction · 0.85

Tested by 1

fs_testFunction · 0.68