Searched refs:ib_vcn (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | index.h | 52 * @ib_vcn: VCN from which @ib where read from 68 * by the attribute search context @actx and inode @ni. @ib, @ib_vcn and 72 * and @ib_vcn point to the index allocation block and VCN where it's placed, 99 VCN ib_vcn; member in struct:__anon2037
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | index.c | 101 if (ntfs_ib_write(icx, icx->ib_vcn, icx->ib)) 159 ntfs_ib_write(icx, icx->ib_vcn, icx->ib); 761 icx->parent_vcn[icx->pindex] = icx->ib_vcn = vcn; 798 static INDEX_BLOCK *ntfs_ib_alloc(VCN ib_vcn, u32 ib_size, argument 804 ntfs_log_trace("Entering ib_vcn = %lld ib_size = %u\n", ib_vcn, 818 ib->index_block_vcn = cpu_to_sle64(ib_vcn); 985 static INDEX_BLOCK *ntfs_ir_to_ib(INDEX_ROOT *ir, VCN ib_vcn) argument 994 if (!(ib = ntfs_ib_alloc(ib_vcn, le32_to_cpu(ir->index_block_size),
|
Completed in 35 milliseconds