Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ Ext2CheckFileAccess
Function
Ext2CheckFileAccess
Ext4Fsd/access.c:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
int Ext2CheckFileAccess(PEXT2_VCB Vcb, PEXT2_MCB Mcb, int attempt)
52
{
53
return Ext2CheckInodeAccess(Vcb, &Mcb->Inode, attempt);
54
}
Callers
4
Ext2SetFileInformation
Function · 0.85
Ext2LookupFile
Function · 0.85
Ext2CreateFile
Function · 0.85
Ext2WriteFile
Function · 0.85
Calls
1
Ext2CheckInodeAccess
Function · 0.85
Tested by
no test coverage detected