Searched refs:pFCB (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/filesystems/vfatfs/ |
H A D | fcb.c | 166 PVFATFCB pFCB) in vfatDelFCBFromTable() argument 175 if (pFCB->Hash.Hash != pFCB->ShortHash.Hash) in vfatDelFCBFromTable() 274 DPRINT1("Destroying: %p (%wZ) %d\n", pFCB, &pFCB->PathNameU, pFCB->RefCount); in vfatDestroyFCB() 306 PVFATFCB pFCB in vfatGrabFCB() argument 318 …count (%d, oc: %d) for: %p (%wZ) at: %s(%d) %s\n", pFCB->RefCount, pFCB->OpenHandleCount, pFCB, &p… in vfatGrabFCB() 322 pFCB, &pFCB->PathNameU, pFCB->RefCount); in vfatGrabFCB() 340 PVFATFCB pFCB in vfatReleaseFCB() argument 354 …count (%d, oc: %d) for: %p (%wZ) at: %s(%d) %s\n", pFCB->RefCount, pFCB->OpenHandleCount, pFCB, &p… in vfatReleaseFCB() 358 pFCB, &pFCB->PathNameU, pFCB->RefCount); in vfatReleaseFCB() 363 while (pFCB) in vfatReleaseFCB() [all …]
|
H A D | vfat.h | 991 PVFATFCB pFCB); 1004 PVFATFCB pFCB 1020 PVFATFCB pFCB 1072 PVFATFCB *pFCB,
|
/reactos/drivers/filesystems/ntfs/ |
H A D | fcb.c | 605 PNTFS_FCB *pFCB, in NtfsGetFCBForFile() argument 619 pFCB, in NtfsGetFCBForFile() 635 *pFCB = FCB; in NtfsGetFCBForFile() 677 *pFCB = NULL; in NtfsGetFCBForFile() 702 *pFCB = NULL; in NtfsGetFCBForFile() 717 *pFCB = NULL; in NtfsGetFCBForFile() 727 *pFCB = FCB; in NtfsGetFCBForFile() 736 PNTFS_FCB pFCB, in NtfsReadFCBAttribute() argument 753 Status = ReadFileRecord(Vcb, pFCB->MFTIndex, FileRecord); in NtfsReadFCBAttribute()
|
H A D | ntfs.h | 978 PNTFS_FCB *pFCB, 984 PNTFS_FCB pFCB,
|