Searched refs:xattr_ntfs_3g (Results 1 – 4 of 4) sorted by relevance
61 const char xattr_ntfs_3g[] = "ntfs-3g."; variable723 if ((strlen(tmp_name) > sizeof(xattr_ntfs_3g))724 && !strncmp(tmp_name,xattr_ntfs_3g,725 sizeof(xattr_ntfs_3g)-1))
191 extern const char xattr_ntfs_3g[];
3125 prefixed = ntfs_malloc(strlen(xattr_ntfs_3g) in fix_xattr_prefix()3128 strcpy(prefixed,xattr_ntfs_3g); in fix_xattr_prefix()
3441 prefixed = (char*)ntfs_malloc(strlen(xattr_ntfs_3g) in fix_xattr_prefix()3444 strcpy(prefixed,xattr_ntfs_3g); in fix_xattr_prefix()