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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dindex.h93 INDEX_ROOT *ir;
117 extern INDEX_ROOT *ntfs_index_root_get(ntfs_inode *ni, ATTR_RECORD *attr);
H A Dattrib.h236 INDEX_ROOT index_root;
H A Dlayout.h254 * index, that means an INDEX_ROOT and an INDEX_ALLOCATION with a name other
2070 by the corresponding INDEX_ROOT attribute minus the INDEX_BLOCK
2079 * struct INDEX_ROOT - Attribute: Index root (0x90).
2115 } __attribute__((__packed__)) INDEX_ROOT; typedef in typeref:struct:__anon4238
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dindex.h81 INDEX_ROOT *ir;
H A Dindex.c128 INDEX_ROOT *ir;
175 ir = (INDEX_ROOT*)((u8*)actx->attr +
H A Ddir.c86 INDEX_ROOT *ir;
126 ir = (INDEX_ROOT*)((u8*)ctx->attr +
712 INDEX_ROOT *ir = NULL;
H A Dinode.c767 INDEX_ROOT *ir;
778 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute "
786 ntfs_error(vol->sb, "$INDEX_ROOT attribute is not "
793 ntfs_error(vol->sb, "$INDEX_ROOT attribute name is "
815 ir = (INDEX_ROOT*)((u8*)a +
819 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute is "
903 "$INDEX_ROOT indicated it is.");
1474 INDEX_ROOT *ir;
1509 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute is "
1516 ntfs_error(vol->sb, "$INDEX_ROOT attribut
[all...]
H A Dlayout.h1925 equal the index_block_size specified by the INDEX_ROOT attribute
1972 } __attribute__ ((__packed__)) INDEX_ROOT; typedef in typeref:struct:__anon16878
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c425 static INDEX_ROOT *ntfs_ir_lookup(ntfs_inode *ni, ntfschar *name,
429 INDEX_ROOT *ir = NULL;
439 ntfs_log_perror("Failed to lookup $INDEX_ROOT");
446 ntfs_log_perror("Non-resident $INDEX_ROOT detected");
450 ir = (INDEX_ROOT *)((char *)a + le16_to_cpu(a->value_offset));
459 static INDEX_ROOT *ntfs_ir_lookup2(ntfs_inode *ni, ntfschar *name, u32 len)
462 INDEX_ROOT *ir;
666 INDEX_ROOT *ir;
982 static INDEX_BLOCK *ntfs_ir_to_ib(INDEX_ROOT *ir, VCN ib_vcn)
1011 static void ntfs_ir_nill(INDEX_ROOT *i
[all...]
H A Ddir.c113 INDEX_ROOT *ir;
141 ir = (INDEX_ROOT*)((u8*)ctx->attr +
551 INDEX_ROOT *ir;
697 INDEX_ROOT *ir;
780 ir = (INDEX_ROOT*)((u8*)ctx->attr +
1122 INDEX_ROOT *ir = NULL;
1126 /* Create INDEX_ROOT attribute. */
1128 ir_len = offsetof(INDEX_ROOT, index) + index_len;
1148 ie = (INDEX_ENTRY*)((u8*)ir + sizeof(INDEX_ROOT));
1152 /* Add INDEX_ROOT attribut
[all...]

Completed in 76 milliseconds