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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c2777 a->instance = m->next_attr_instance;
2791 m->next_attr_instance =
2792 cpu_to_le16((le16_to_cpu(m->next_attr_instance) + 1) & 0xffff);
2910 a->instance = m->next_attr_instance;
2926 m->next_attr_instance =
2927 cpu_to_le16((le16_to_cpu(m->next_attr_instance) + 1) & 0xffff);
3535 nctx->attr->instance = nctx->mrec->next_attr_instance;
3536 nctx->mrec->next_attr_instance = cpu_to_le16(
3537 (le16_to_cpu(nctx->mrec->next_attr_instance) + 1) & 0xffff);
H A Dmft.c385 mrec->next_attr_instance = cpu_to_le16(0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h385 /* 40*/ u16 next_attr_instance; /* The instance number that will be member in struct:__anon4179
459 /* 40*/ u16 next_attr_instance; /* The instance number that will be member in struct:__anon4180
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h328 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to member in struct:__anon16819
388 /* 40*/ le16 next_attr_instance;/* The instance number that will be assigned to member in struct:__anon16820
H A Dmft.c2065 m->next_attr_instance = 0;

Completed in 162 milliseconds