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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_dir.h62 /* The little endian Unicode string $I30 as a global constant. */
63 __private_extern__ ntfschar I30[5]; variable
H A Dntfs_dir.c72 * The little endian Unicode string $I30 as a global constant.
74 ntfschar I30[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('I'), variable
141 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
162 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, 0, NULL, 0, ctx);
1242 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
1538 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
1547 err = ntfs_attr_inode_get(dir_ni, AT_BITMAP, I30, 4, FALSE,
1570 err = ntfs_attr_lookup(AT_INDEX_ROOT, I30, 4, 0, NULL, 0, ctx);
1876 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
2068 err = ntfs_index_inode_get(dir_ni, I30,
[all...]
H A Dntfs_index.c361 if (ictx->idx_ni->name != I30)
835 if (idx_ni->name != I30)
1009 if (ictx->idx_ni->name == I30) {
2831 if (idx_ni->name == I30) {
3161 if (idx_ni->name == I30) {
3598 const BOOL is_view = (idx_ni->name != I30);
H A Dntfs_inode.c223 * We have I30 global constant as an optimization as it is the name
226 * fraction of named attributes with name != I30 is actually absolutely
238 if (na->name_len && na->name != I30 &&
623 err = ntfs_index_inode_get(ni, I30, 4, is_system, &ini);
1936 ni->name = I30;
2815 BOOL is_dir_index = (S_ISDIR(base_ni->mode) && ni->name == I30);
3188 if (ni->name_len && ni->name != I30 &&
3842 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE,
H A Dntfs_attr.c4009 if (ni->name == I30 && ni->type == AT_INDEX_ALLOCATION) {
7198 * unnamed $DATA attribute of files and the $I30 named
7215 (!ni->name_len || ni->name != I30)))
7345 if (ni->name == I30 && ni->type == AT_INDEX_ALLOCATION) {
7370 if (ni->name == I30 && ni->type == AT_INDEX_ALLOCATION) {
7546 if (ni->name == I30 && ni->type == AT_INDEX_ALLOCATION) {
8194 if (ni->name == I30 &&
8251 if (ni->name == I30 && ni->type == AT_INDEX_ALLOCATION) {
8351 if (ni->name == I30 && ni->type == AT_INDEX_ALLOCATION) {
H A Dntfs_mft.c1890 * ntfs_index_root_attribute_insert - add the empty, $I30 index root attribute
1895 * Insert the empty, $I30 index root attribute into the mft record @m in front
1915 if (ntfs_resident_attr_record_insert_internal(m, a, AT_INDEX_ROOT, I30,
2679 /* Add the empty, $I30 index root attribute. */
2787 ni->name = I30;

Completed in 211 milliseconds