Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/vfatfs/
H A Dclose.c70 CloseContext = CONTAINING_RECORD(Entry, VFAT_CLOSE_CONTEXT, CloseListEntry); in VfatCloseWorker()
75 InitializeListHead(&CloseContext->CloseListEntry); in VfatCloseWorker()
137 InsertTailList(&VfatGlobalData->CloseListHead, &CloseContext->CloseListEntry); in VfatPostCloseFile()
H A Dcreate.c368 if (!IsListEmpty(&CloseContext->CloseListEntry)) in VfatOpenFile()
370 RemoveEntryList(&CloseContext->CloseListEntry); in VfatOpenFile()
H A Dvfat.h620 LIST_ENTRY CloseListEntry; member