Home
last modified time | relevance | path

Searched refs:attrdef (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs/
A Dsuper.c1601 if (!vol->attrdef) in load_and_init_attrdef()
1626 ntfs_free(vol->attrdef); in load_and_init_attrdef()
1627 vol->attrdef = NULL; in load_and_init_attrdef()
2212 if (vol->attrdef) { in load_system_files()
2213 ntfs_free(vol->attrdef); in load_system_files()
2214 vol->attrdef = NULL; in load_system_files()
2394 if (vol->attrdef) { in ntfs_put_super()
2395 ntfs_free(vol->attrdef); in ntfs_put_super()
2396 vol->attrdef = NULL; in ntfs_put_super()
2969 if (vol->attrdef) { in ntfs_fill_super()
[all …]
A Dvolume.h66 ATTR_DEF *attrdef; /* Table of attribute definitions. member
A Dattrib.c1297 BUG_ON(!vol->attrdef); in ntfs_attr_find_in_attrdef()
1299 for (ad = vol->attrdef; (u8*)ad - (u8*)vol->attrdef < in ntfs_attr_find_in_attrdef()

Completed in 15 milliseconds