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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dvolume.h72 ATTR_DEF *attrdef; /* Table of attribute definitions. member in struct:__anon16920
H A Dsuper.c1551 * @vol: ntfs super block describing device whose attrdef to load
1565 /* Read attrdef table and setup vol->attrdef and vol->attrdef_size. */
1577 vol->attrdef = (ATTR_DEF*)ntfs_malloc_nofs(i_size);
1578 if (!vol->attrdef)
1584 /* Read the attrdef table and copy it into the linear buffer. */
1589 memcpy((u8*)vol->attrdef + (index++ << PAGE_CACHE_SHIFT),
1603 ntfs_free(vol->attrdef);
1604 vol->attrdef = NULL;
1791 * Read attribute definitions table and setup @vol->attrdef an
[all...]
H A Dattrib.c1303 BUG_ON(!vol->attrdef);
1305 for (ad = vol->attrdef; (u8*)ad - (u8*)vol->attrdef <
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h212 ATTR_DEF *attrdef; /* Attribute definitions. Obtained from member in struct:_ntfs_volume
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c202 free(v->attrdef);
1077 vol->attrdef = ntfs_malloc(na->data_size);
1078 if (!vol->attrdef)
1081 l = ntfs_attr_pread(na, 0, na->data_size, vol->attrdef);
H A Dattrib.c2494 if (!vol || !vol->attrdef || !type) {
2499 for (ad = vol->attrdef; (u8*)ad - (u8*)vol->attrdef <
2627 if (!vol || !vol->attrdef || !type) {

Completed in 68 milliseconds