Searched refs:pfcb (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/btrfs/ |
H A D | create.c | 707 …, uint8_t type, PANSI_STRING utf8, bool always_add_hl, fcb* parent, fcb** pfcb, POOL_TYPE pooltype… 741 *pfcb = fcb; 749 *pfcb = deleted_fcb; 768 *pfcb = deleted_fcb; 1288 *pfcb = fcb2; 1297 *pfcb = deleted_fcb; 1361 *pfcb = fcb; 1367 dir_child* dc, fcb* parent, fcb** pfcb, PIRP Irp) { 1454 *pfcb = fcb;
|
H A D | fileinfo.c | 463 static NTSTATUS duplicate_fcb(fcb* oldfcb, fcb** pfcb) { in duplicate_fcb() argument 688 *pfcb = fcb; in duplicate_fcb() 782 static NTSTATUS create_directory_fcb(device_extension* Vcb, root* r, fcb* parfcb, fcb** pfcb) { in create_directory_fcb() argument 883 *pfcb = fcb; in create_directory_fcb()
|
H A D | btrfs_drv.h | 1444 …, uint8_t type, PANSI_STRING utf8, bool always_add_hl, fcb* parent, fcb** pfcb, POOL_TYPE pooltype…
|