Lines Matching refs:attrdef
1574 * @vol: ntfs super block describing device whose attrdef to load
1588 /* Read attrdef table and setup vol->attrdef and vol->attrdef_size. */
1600 vol->attrdef = (ATTR_DEF*)ntfs_malloc_nofs(i_size);
1601 if (!vol->attrdef)
1607 /* Read the attrdef table and copy it into the linear buffer. */
1612 memcpy((u8*)vol->attrdef + (index++ << PAGE_SHIFT),
1626 ntfs_free(vol->attrdef);
1627 vol->attrdef = NULL;
1814 * Read attribute definitions table and setup @vol->attrdef and
2213 if (vol->attrdef) {
2214 ntfs_free(vol->attrdef);
2215 vol->attrdef = NULL;
2395 if (vol->attrdef) {
2396 ntfs_free(vol->attrdef);
2397 vol->attrdef = NULL;
2972 if (vol->attrdef) {
2973 ntfs_free(vol->attrdef);
2974 vol->attrdef = NULL;