Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/msfs/
H A Dcreate.c54 current_entry = DeviceExtension->FcbListHead.Flink; in MsfsCreate()
55 while (current_entry != &DeviceExtension->FcbListHead) in MsfsCreate()
67 if (current_entry == &DeviceExtension->FcbListHead) in MsfsCreate()
195 current_entry = DeviceExtension->FcbListHead.Flink; in MsfsCreateMailslot()
196 while (current_entry != &DeviceExtension->FcbListHead) in MsfsCreateMailslot()
208 if (current_entry != &DeviceExtension->FcbListHead) in MsfsCreateMailslot()
225 InsertTailList(&DeviceExtension->FcbListHead, in MsfsCreateMailslot()
272 if (DeviceExtension->FcbListHead.Flink == &DeviceExtension->FcbListHead) in MsfsClose()
H A Dmsfs.c74 InitializeListHead(&DeviceExtension->FcbListHead); in DriverEntry()
H A Dmsfs.h19 LIST_ENTRY FcbListHead; member
/reactos/drivers/filesystems/vfatfs/
H A Dflush.c66 ListEntry = DeviceExt->FcbListHead.Flink; in VfatFlushVolume()
67 while (ListEntry != &DeviceExt->FcbListHead) in VfatFlushVolume()
85 ListEntry = DeviceExt->FcbListHead.Flink; in VfatFlushVolume()
86 while (ListEntry != &DeviceExt->FcbListHead) in VfatFlushVolume()
H A Dkdbg.c106 for (ListEntry = DeviceExt->FcbListHead.Flink; in vfatKdbgHandler()
107 ListEntry != &DeviceExt->FcbListHead; in vfatKdbgHandler()
H A Dfsctl.c727 InitializeListHead(&DeviceExt->FcbListHead); in VfatMount()
1145 ListEntry = DeviceExt->FcbListHead.Flink; in VfatLockOrUnlockVolume()
1146 while (ListEntry != &DeviceExt->FcbListHead) in VfatLockOrUnlockVolume()
1197 ListEntry = DeviceExt->FcbListHead.Flink; in VfatLockOrUnlockVolume()
1198 while (ListEntry != &DeviceExt->FcbListHead) in VfatLockOrUnlockVolume()
1307 while (!IsListEmpty(&DeviceExt->FcbListHead)) in VfatDismountVolume()
1309 NextEntry = RemoveTailList(&DeviceExt->FcbListHead); in VfatDismountVolume()
H A Dvfat.h317 LIST_ENTRY FcbListHead; member
H A Dfcb.c411 InsertTailList(&pVCB->FcbListHead, &pFCB->FcbListEntry); in vfatAddFCBToTable()
/reactos/drivers/filesystems/ntfs/
H A Dfcb.c216 InsertTailList(&Vcb->FcbListHead, &Fcb->FcbListEntry); in NtfsAddFCBToTable()
240 current_entry = Vcb->FcbListHead.Flink; in NtfsGrabFCBFromTable()
241 while (current_entry != &Vcb->FcbListHead) in NtfsGrabFCBFromTable()
H A Dfsctl.c481 InitializeListHead(&Vcb->FcbListHead); in NtfsMountVolume()
H A Dntfs.h107 LIST_ENTRY FcbListHead; member