Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs/
A Dsuper.c1609 if (!vol->attrdef) in load_and_init_attrdef()
1634 ntfs_free(vol->attrdef); in load_and_init_attrdef()
1635 vol->attrdef = NULL; in load_and_init_attrdef()
2221 if (vol->attrdef) { in load_system_files()
2222 ntfs_free(vol->attrdef); in load_system_files()
2223 vol->attrdef = NULL; in load_system_files()
2403 if (vol->attrdef) { in ntfs_put_super()
2404 ntfs_free(vol->attrdef); in ntfs_put_super()
2405 vol->attrdef = NULL; in ntfs_put_super()
2978 if (vol->attrdef) { in ntfs_fill_super()
[all …]
A Dvolume.h66 ATTR_DEF *attrdef; /* Table of attribute definitions. member
A Dattrib.c1321 BUG_ON(!vol->attrdef); in ntfs_attr_find_in_attrdef()
1323 for (ad = vol->attrdef; (u8*)ad - (u8*)vol->attrdef < in ntfs_attr_find_in_attrdef()

Completed in 19 milliseconds