Searched refs:child_ictx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_index.c3594 ntfs_index_context *cur_ictx, *child_ictx; local
3902 child_ictx = NULL;
3904 child_ictx = cur_ictx->down;
3905 if (child_ictx->is_root)
3906 panic("%s(): child_ictx->is_root\n", __FUNCTION__);
4094 if (!child_ictx)
4095 panic("%s(): !child_ictx\n", __FUNCTION__);
4101 cpu_to_sle64(child_ictx->vcn);
4104 (unsigned long long)child_ictx->vcn);
4112 child_ictx
[all...]

Completed in 124 milliseconds