Searched refs:INDEX_BLOCK (Results 1 - 5 of 5) 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.h95 INDEX_BLOCK *ib;
H A Dattrib.h237 INDEX_BLOCK index_blk;
H A Dlayout.h2070 by the corresponding INDEX_ROOT attribute minus the INDEX_BLOCK
2118 * struct INDEX_BLOCK - Attribute: Index allocation (0xa0).
2123 * INDEX_BLOCK structure containing an index header, followed by a sequence of
2146 } __attribute__((__packed__)) INDEX_BLOCK; typedef in typeref:struct:__anon4239
2148 typedef INDEX_BLOCK INDEX_ALLOCATION;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c81 static int ntfs_ib_write(ntfs_index_context *icx, INDEX_BLOCK *ib)
389 static int ntfs_ia_check(ntfs_index_context *icx, INDEX_BLOCK *ib, VCN vcn)
584 static int ntfs_ib_read(ntfs_index_context *icx, VCN vcn, INDEX_BLOCK *dst)
668 INDEX_BLOCK *ib = NULL;
794 static INDEX_BLOCK *ntfs_ib_alloc(VCN ib_vcn, u32 ib_size,
797 INDEX_BLOCK *ib;
807 ib->usa_ofs = cpu_to_le16(sizeof(INDEX_BLOCK));
819 (sizeof(INDEX_BLOCK) - ih_size));
982 static INDEX_BLOCK *ntfs_ir_to_ib(INDEX_ROOT *ir, VCN ib_vcn)
984 INDEX_BLOCK *i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h1926 corresponding to the INDEX_ALLOCATION attribute this INDEX_BLOCK
1980 * INDEX_BLOCK structure containing an index header, followed by a sequence of
2007 } __attribute__ ((__packed__)) INDEX_BLOCK; typedef in typeref:struct:__anon16879
2009 typedef INDEX_BLOCK INDEX_ALLOCATION;

Completed in 75 milliseconds