Lines Matching refs:fnx
800 FILE_NAME_ATTR *fnx; in ntfs_inode_sync_file_name() local
875 fnx = (FILE_NAME_ATTR *)ictx->data; in ntfs_inode_sync_file_name()
876 fnx->file_attributes = in ntfs_inode_sync_file_name()
877 (fnx->file_attributes & ~FILE_ATTR_VALID_FLAGS) | in ntfs_inode_sync_file_name()
880 fnx->data_size = fnx->allocated_size in ntfs_inode_sync_file_name()
883 fnx->allocated_size = cpu_to_sle64(ni->allocated_size); in ntfs_inode_sync_file_name()
884 fnx->data_size = cpu_to_sle64(ni->data_size); in ntfs_inode_sync_file_name()
890 fn->allocated_size = fnx->allocated_size; in ntfs_inode_sync_file_name()
893 fnx->reparse_point_tag = reparse_tag; in ntfs_inode_sync_file_name()
895 fnx->creation_time = ni->creation_time; in ntfs_inode_sync_file_name()
896 fnx->last_data_change_time = ni->last_data_change_time; in ntfs_inode_sync_file_name()
897 fnx->last_mft_change_time = ni->last_mft_change_time; in ntfs_inode_sync_file_name()
898 fnx->last_access_time = ni->last_access_time; in ntfs_inode_sync_file_name()
900 fnx->creation_time = fn->creation_time; in ntfs_inode_sync_file_name()
901 fnx->last_data_change_time = fn->last_data_change_time; in ntfs_inode_sync_file_name()
902 fnx->last_mft_change_time = fn->last_mft_change_time; in ntfs_inode_sync_file_name()
903 fnx->last_access_time = fn->last_access_time; in ntfs_inode_sync_file_name()