Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dfsctl.c757 uint16_t irsize; in create_subvol() local
1032 irsize = (uint16_t)(offsetof(INODE_REF, name[0]) + sizeof(DOTDOT) - 1); in create_subvol()
1033 ir = ExAllocatePoolWithTag(PagedPool, irsize, ALLOC_TAG); in create_subvol()
1044 …t_tree_item(Vcb, r, r->root_item.objid, TYPE_INODE_REF, r->root_item.objid, ir, irsize, NULL, Irp); in create_subvol()