Home
last modified time | relevance | path

Searched refs:dwIno (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/filesystems/ext2/src/ext3/
H A Dgeneric.c1784 ULONG dwIno; in Ext2FreeInode() local
1792 dwIno = (Inode - 1) % INODES_PER_GROUP; in Ext2FreeInode()
1795 Inode, Group, dwIno)); in Ext2FreeInode()
1838 if (RtlCheckBit(&InodeBitmap, dwIno) == 0) { in Ext2FreeInode()
1842 RtlClearBits(&InodeBitmap, dwIno, 1); in Ext2FreeInode()