Searched refs:DirentBcb (Results 1 – 8 of 8) sorted by relevance
/reactos/drivers/filesystems/fastfat/ |
H A D | volinfo.c | 1026 PBCB DirentBcb = NULL; in FatSetFsLabelInfo() local 1144 DirentBcb = NULL; in FatSetFsLabelInfo() 1178 &DirentBcb, in FatSetFsLabelInfo() 1198 &DirentBcb, in FatSetFsLabelInfo() 1216 FatSetDirtyBcb( IrpContext, DirentBcb, Vcb, TRUE ); in FatSetFsLabelInfo() 1232 FatUnpinBcb( IrpContext, DirentBcb ); in FatSetFsLabelInfo() 1255 &DirentBcb, in FatSetFsLabelInfo() 1282 FatSetDirtyBcb( IrpContext, DirentBcb, Vcb, TRUE ); in FatSetFsLabelInfo() 1289 FatUnpinBcb( IrpContext, DirentBcb ); in FatSetFsLabelInfo() 1306 FatUnpinBcb( IrpContext, DirentBcb ); in FatSetFsLabelInfo()
|
H A D | create.c | 621 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 823 DirentBcb = NULL; in _Requires_lock_held_() 1630 &DirentBcb, in _Requires_lock_held_() 2041 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_() 2811 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 3255 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 4965 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 5449 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_() 5692 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 6403 PBCB DirentBcb; in _Requires_lock_held_() local [all …]
|
H A D | dirsup.c | 1031 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 1055 &DirentBcb, in _Requires_lock_held_() 1063 if (DirentBcb) { in _Requires_lock_held_() 1068 FatUnpinBcb(IrpContext, DirentBcb); in _Requires_lock_held_() 2527 PBCB DirentBcb; in _Requires_lock_held_() local 2537 &DirentBcb ); in _Requires_lock_held_() 2548 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_() 2634 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 2745 &DirentBcb ); in _Requires_lock_held_() 2852 DirentBcb, in _Requires_lock_held_() [all …]
|
H A D | namesup.c | 407 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 434 &DirentBcb, in _Requires_lock_held_() 445 if ((DirentBcb == NULL) || in _Requires_lock_held_() 500 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_()
|
H A D | flush.c | 559 PBCB DirentBcb = NULL; in _Requires_lock_held_() local 675 &DirentBcb ); in _Requires_lock_held_() 696 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_() 712 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_()
|
H A D | verfysup.c | 1552 PBCB DirentBcb; in _Requires_lock_held_() local 1581 &DirentBcb ); in _Requires_lock_held_() 1587 if (DirentBcb == NULL) { in _Requires_lock_held_() 1649 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_()
|
H A D | fileinfo.c | 1950 PBCB DirentBcb; in _Requires_lock_held_() local 2009 DirentBcb = NULL; in _Requires_lock_held_() 2034 &DirentBcb ); in _Requires_lock_held_() 2391 FatSetDirtyBcb( IrpContext, DirentBcb, Fcb->Vcb, TRUE ); in _Requires_lock_held_() 2419 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_() 4534 PBCB DirentBcb; in _Requires_lock_held_() local 4562 &DirentBcb ); in _Requires_lock_held_() 4569 FatSetDirtyBcb( IrpContext, DirentBcb, Fcb->Vcb, TRUE ); in _Requires_lock_held_() 4585 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_()
|
H A D | fsctrl.c | 901 PBCB DirentBcb; in _Requires_lock_held_() local 1040 DirentBcb = NULL; in _Requires_lock_held_() 1420 &DirentBcb, in _Requires_lock_held_() 1755 FatUnpinBcb( IrpContext, DirentBcb ); in _Requires_lock_held_() 5746 PBCB DirentBcb = NULL; local 6362 &DirentBcb ); 6373 FatSetDirtyBcb( IrpContext, DirentBcb, Vcb, TRUE ); 6375 FatUnpinBcb( IrpContext, DirentBcb ); 6376 DirentBcb = NULL; 6548 if (DirentBcb != NULL) { [all …]
|