Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dindex.c846 static struct index_block *ntfs_ib_alloc(s64 ib_vcn, u32 ib_size, in ntfs_ib_alloc() argument
852 ntfs_debug("Entering ib_vcn = %lld ib_size = %u\n", ib_vcn, ib_size); in ntfs_ib_alloc()
864 ib->index_block_vcn = cpu_to_le64(ib_vcn); in ntfs_ib_alloc()
1039 static struct index_block *ntfs_ir_to_ib(struct index_root *ir, s64 ib_vcn) in ntfs_ir_to_ib() argument
1048 ib = ntfs_ib_alloc(ib_vcn, le32_to_cpu(ir->index_block_size), LEAF_NODE); in ntfs_ir_to_ib()