Lines Matching refs:attrdef
1582 * @vol: ntfs super block describing device whose attrdef to load
1596 /* Read attrdef table and setup vol->attrdef and vol->attrdef_size. */
1608 vol->attrdef = (ATTR_DEF*)ntfs_malloc_nofs(i_size);
1609 if (!vol->attrdef)
1615 /* Read the attrdef table and copy it into the linear buffer. */
1620 memcpy((u8*)vol->attrdef + (index++ << PAGE_SHIFT),
1634 ntfs_free(vol->attrdef);
1635 vol->attrdef = NULL;
1822 * Read attribute definitions table and setup @vol->attrdef and
2221 if (vol->attrdef) {
2222 ntfs_free(vol->attrdef);
2223 vol->attrdef = NULL;
2403 if (vol->attrdef) {
2404 ntfs_free(vol->attrdef);
2405 vol->attrdef = NULL;
2978 if (vol->attrdef) {
2979 ntfs_free(vol->attrdef);
2980 vol->attrdef = NULL;