MCPcopy 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
51int Ext2CheckFileAccess(PEXT2_VCB Vcb, PEXT2_MCB Mcb, int attempt)
52{
53 return Ext2CheckInodeAccess(Vcb, &Mcb->Inode, attempt);
54}

Callers 4

Ext2SetFileInformationFunction · 0.85
Ext2LookupFileFunction · 0.85
Ext2CreateFileFunction · 0.85
Ext2WriteFileFunction · 0.85

Calls 1

Ext2CheckInodeAccessFunction · 0.85

Tested by

no test coverage detected