Lines Matching defs:m_file
3146 * Create a file_name_attribute in the mft record @m_file which points to the
3152 * @ref_file is the mft reference of @m_file.
3157 MFT_RECORD *m_file, const leMFT_REF ref_file,
3175 fn->creation_time = stdinfo_time(m_file);
3211 /* Increment the link count of @m_file. */
3212 i = le16_to_cpu(m_file->link_count);
3218 m_file->link_count = cpu_to_le16(i + 1);
3219 /* Add the file_name to @m_file. */
3220 i = insert_resident_attr_in_mft_record(m_file, AT_FILE_NAME, NULL, 0,
3228 m_file->link_count = cpu_to_le16(
3229 le16_to_cpu(m_file->link_count) - 1);
3246 /* FIXME: Remove the file name attribute from @m_file. */
3250 m_file->link_count = cpu_to_le16(
3251 le16_to_cpu(m_file->link_count) - 1);
3262 * Create a file_name_attribute in the mft record @m_file which points to the
3268 * @ref_file is the mft reference of @m_file.
3273 MFT_RECORD *m_file, const leMFT_REF ref_file,
3290 fn->creation_time = stdinfo_time(m_file);
3295 if (allocated_size && non_resident_unnamed_data(m_file))
3326 /* Increment the link count of @m_file. */
3327 i = le16_to_cpu(m_file->link_count);
3333 m_file->link_count = cpu_to_le16(i + 1);
3334 /* Add the file_name to @m_file. */
3335 i = insert_resident_attr_in_mft_record(m_file, AT_FILE_NAME, NULL, 0,
3343 m_file->link_count = cpu_to_le16(
3344 le16_to_cpu(m_file->link_count) - 1);
3352 /* FIXME: Remove the file name attribute from @m_file. */
3355 m_file->link_count = cpu_to_le16(
3356 le16_to_cpu(m_file->link_count) - 1);