Searched refs:TXF_DATA (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h43 /* The little endian Unicode string $TXF_DATA as a global constant. */
44 extern ntfschar TXF_DATA[10];
H A Dvolume.c785 * Make sure a LOGGED_UTILITY_STREAM attribute named "$TXF_DATA"
813 /* Get the $TXF_DATA attribute */
814 na = ntfs_attr_open(ni, AT_LOGGED_UTILITY_STREAM, TXF_DATA, 9);
821 ntfs_log_debug("Making $TXF_DATA resident\n");
824 TXF_DATA, 9, &txf_data_size);
834 ntfs_log_error("Failed to make $TXF_DATA resident\n");
836 ntfs_log_error("$TXF_DATA made resident\n");
1210 /* make $TXF_DATA resident if present on the root directory */
H A Dattrib.c75 ntfschar TXF_DATA[] = { const_cpu_to_le16('$'), variable
3600 * name of $TXF_DATA must be resident despite the entry for
3608 && ntfs_names_are_equal(TXF_DATA, 9, name, name_len,

Completed in 61 milliseconds